Airship Android SDK
Toggle table of contents
release
Target filter
release
Switch theme
Search in API
Skip to content
Airship Android SDK
urbanairship-core
/
com.urbanairship.actions
/
ActionValueException
Action
Value
Exception
class
ActionValueException
(
message
:
String
?
,
exception
:
Exception
?
)
:
Exception
(
source
)
Exceptions thrown when creating ActionValues from objects.
Members
Constructors
Action
Value
Exception
Link copied to clipboard
constructor
(
message
:
String
?
,
exception
:
Exception
?
)
Inherited properties
cause
Link copied to clipboard
open
val
cause
:
Throwable
?
message
Link copied to clipboard
open
val
message
:
String
?