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
NameDescription
message@org.checkerframework.checker.nullness.qual.Nullable java.lang.String

A message describing the reason for the exception.