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.push
/
PushProvider
/
PushProviderUnavailableException
Push
Provider
Unavailable
Exception
class
PushProviderUnavailableException
:
PushProvider.RegistrationException
(
source
)
Members
Constructors
Push
Provider
Unavailable
Exception
Link copied to clipboard
constructor
(
message
:
String
,
cause
:
Throwable
?
)
constructor
(
message
:
String
)
Inherited properties
cause
Link copied to clipboard
open
val
cause
:
Throwable
?
is
Recoverable
Link copied to clipboard
val
isRecoverable
:
Boolean
If the exception is recoverable or not.
message
Link copied to clipboard
open
val
message
:
String
?