com.threerings.presents.server
Class Authenticator.AuthException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.threerings.presents.server.Authenticator.AuthException
- All Implemented Interfaces:
- Serializable
- Enclosing class:
- Authenticator
protected static class Authenticator.AuthException
- extends Exception
An exception that can be thrown during Authenticator.processAuthentication(com.threerings.presents.server.net.AuthingConnection, com.threerings.presents.net.AuthResponse). The results of
Throwable.getMessage() string will be filled in as the auth failure code.
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Authenticator.AuthException
public Authenticator.AuthException(String code)