public class

ActionValueException

extends Exception
java.lang.Object
   ↳ java.lang.Throwable
     ↳ java.lang.Exception
       ↳ com.urbanairship.actions.ActionValueException

Class Overview

Exceptions thrown when creating ActionValues from objects.

Summary

Public Constructors
ActionValueException(String message, Exception exception)
Default constructor.
[Expand]
Inherited Methods
From class java.lang.Throwable
From class java.lang.Object

Public Constructors

public ActionValueException (String message, Exception exception)

Default constructor.

Parameters
message The exception's message.
exception The cause of the exception.