public final class AppIdentityServiceFailureException extends RuntimeExceptionAppIdentityServiceFailureException is thrown when any unknown error occurs while communicating with the App Identity service.
Constructors
AppIdentityServiceFailureException(@Nullable String message)
public AppIdentityServiceFailureException(@Nullable String message)Creates an exception with the supplied message.
| Parameter | |
|---|---|
| Name | Description |
message |
Nullable StringA message describing the reason for the exception. |