com.google.appengine.api.appidentity
Class AppIdentityServiceFailureException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- com.google.appengine.api.appidentity.AppIdentityServiceFailureException
-
- All Implemented Interfaces:
- java.io.Serializable
public final class AppIdentityServiceFailureException extends java.lang.RuntimeException
AppIdentityServiceFailureException
is thrown when any unknown error occurs while communicating with the App Identity service.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor and Description AppIdentityServiceFailureException(java.lang.String message)
Creates an exception with the supplied message.
-