Package com.google.appengine.api.users
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:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description UserServiceFailureException(String message)
UserServiceFailureException(String message, Throwable cause)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-