butler.ext.authentication
Class AuthException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by butler.ext.authentication.AuthException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
IllegalPasswordException, UnknownUserException

public class AuthException
extends java.lang.Exception

Author:
Fredrik Bertilsson
See Also:
Serialized Form

Constructor Summary
AuthException(java.lang.String username)
           
 
Method Summary
 java.lang.String getUsername()
           
 
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

AuthException

public AuthException(java.lang.String username)
Method Detail

getUsername

public java.lang.String getUsername()