Exception AppIdentityServiceFailureException (2.0.0)

public final class AppIdentityServiceFailureException extends RuntimeException

AppIdentityServiceFailureException 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 String

A message describing the reason for the exception.