ncsa.tools.common.exceptions
Class AuthenticationException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byncsa.tools.common.exceptions.AuthenticationException
All Implemented Interfaces:
java.io.Serializable

public class AuthenticationException
extends java.lang.Exception

See Also:
Serialized Form

Constructor Summary
AuthenticationException()
           
AuthenticationException(java.lang.String arg0)
           
AuthenticationException(java.lang.String arg0, java.lang.Throwable arg1)
           
AuthenticationException(java.lang.Throwable arg0)
           
 
Method Summary
 java.lang.String getActualMessage()
           
 void setActualMessage(java.lang.String message)
           
 
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
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AuthenticationException

public AuthenticationException()

AuthenticationException

public AuthenticationException(java.lang.String arg0,
                               java.lang.Throwable arg1)

AuthenticationException

public AuthenticationException(java.lang.String arg0)

AuthenticationException

public AuthenticationException(java.lang.Throwable arg0)
Method Detail

setActualMessage

public void setActualMessage(java.lang.String message)

getActualMessage

public java.lang.String getActualMessage()