com.threerings.presents.server
Class Authenticator.AuthException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by 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

Constructor Summary
Authenticator.AuthException(String code)
           
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Authenticator.AuthException

public Authenticator.AuthException(String code)