Class AppIdentityServiceFailureException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.google.appengine.api.appidentity.AppIdentityServiceFailureException
- All Implemented Interfaces:
Serializable
AppIdentityServiceFailureException
is thrown when any unknown error occurs while
communicating with the App Identity service.- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionAppIdentityServiceFailureException
(@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 Details
-
AppIdentityServiceFailureException
Creates an exception with the supplied message.- Parameters:
message
- A message describing the reason for the exception.
-