Class AppIdentityServiceFailureException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- com.google.appengine.api.appidentity.AppIdentityServiceFailureException
-
- All Implemented Interfaces:
Serializable
public final class AppIdentityServiceFailureException extends RuntimeException
AppIdentityServiceFailureException
is thrown when any unknown error occurs while communicating with the App Identity service.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description AppIdentityServiceFailureException(@Nullable String message)
Creates an exception with the supplied message.
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
AppIdentityServiceFailureException
public AppIdentityServiceFailureException(@Nullable String message)
Creates an exception with the supplied message.- Parameters:
message
- A message describing the reason for the exception.
-
-