com.ibm.di.api.exceptions
Class AuthenticationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.ibm.di.api.DIException
              extended by com.ibm.di.api.exceptions.AuthenticationException
All Implemented Interfaces:
Serializable

public class AuthenticationException
extends DIException

See Also:
Serialized Form

Constructor Summary
AuthenticationException()
           
AuthenticationException(String aMessage, String aErrorDescription, Object aErrorCode)
           
 
Method Summary
 Integer getErrorCode()
           
 String getErrorDescription()
           
 String toString()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AuthenticationException

public AuthenticationException()

AuthenticationException

public AuthenticationException(String aMessage,
                               String aErrorDescription,
                               Object aErrorCode)
Method Detail

getErrorDescription

public String getErrorDescription()

getErrorCode

public Integer getErrorCode()

toString

public String toString()
Overrides:
toString in class Throwable