| java.lang.Object | |||
| ↳ | java.lang.Throwable | ||
| ↳ | java.lang.Exception | ||
| ↳ | com.urbanairship.actions.ActionValueException | ||
Exceptions thrown when creating ActionValues from objects.
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
|
ActionValueException(String message, Exception exception)
Default constructor.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Throwable
| |||||||||||
From class
java.lang.Object
| |||||||||||
Default constructor.
| message | The exception's message. |
|---|---|
| exception | The cause of the exception. |