com.jdon.bussinessproxy.remote.auth
Class AuthException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.jdon.bussinessproxy.remote.auth.AuthException
All Implemented Interfaces:
java.io.Serializable

public class AuthException
extends java.lang.Exception

See Also:
Serialized Form

Constructor Summary
AuthException(java.lang.Exception exception)
           
AuthException(java.lang.String message)
           
AuthException(java.lang.String message, java.lang.Exception exception)
           
 
Method Summary
 java.lang.Exception getException()
           
 
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 message,
                     java.lang.Exception exception)

AuthException

public AuthException(java.lang.String message)

AuthException

public AuthException(java.lang.Exception exception)
Method Detail

getException

public java.lang.Exception getException()