Class UserServiceFailureException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.google.appengine.api.users.UserServiceFailureException
All Implemented Interfaces:
Serializable

public class UserServiceFailureException extends RuntimeException
UserServiceFailureException is thrown when any unknown error occurs while communicating with the user service.
See Also:
  • Constructor Details

    • UserServiceFailureException

      public UserServiceFailureException(String message)
    • UserServiceFailureException

      public UserServiceFailureException(String message, Throwable cause)