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:
- java.io.Serializable
public class UserServiceFailureException extends java.lang.RuntimeException
UserServiceFailureException
is thrown when any unknown error occurs while communicating with the user service.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor and Description UserServiceFailureException(java.lang.String message)
-