com.ibm.rational.rpe.common.auth
Class AuthenticationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.ibm.rational.rpe.common.utils.RPEException
              extended by com.ibm.rational.rpe.common.auth.AuthenticationException
All Implemented Interfaces:
java.io.Serializable

public class AuthenticationException
extends RPEException

An exception is thrown for any authentication errors. The details attribute might contain additional information about the error.

See Also:
Serialized Form

Constructor Summary
AuthenticationException(java.lang.String message)
           
AuthenticationException(java.lang.String message, com.ibm.rational.rpe.common.utils.conn.ConnectionErrorInfo details)
           
AuthenticationException(java.lang.String message, java.lang.Throwable cause)
           
 
Method Summary
 com.ibm.rational.rpe.common.utils.conn.ConnectionErrorInfo getDetails()
          Returns a ConnectionErrorInfo object with additional details about the error.
 java.lang.String getMessage()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, 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(java.lang.String message)

AuthenticationException

public AuthenticationException(java.lang.String message,
                               java.lang.Throwable cause)

AuthenticationException

public AuthenticationException(java.lang.String message,
                               com.ibm.rational.rpe.common.utils.conn.ConnectionErrorInfo details)
Method Detail

getDetails

public com.ibm.rational.rpe.common.utils.conn.ConnectionErrorInfo getDetails()
Returns a ConnectionErrorInfo object with additional details about the error. If no such details exist, then the method returns null.


getMessage

public java.lang.String getMessage()
Overrides:
getMessage in class java.lang.Throwable