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:
  • Constructor Details

    • AppIdentityServiceFailureException

      public AppIdentityServiceFailureException(@Nullable String message)
      Creates an exception with the supplied message.
      Parameters:
      message - A message describing the reason for the exception.