com.ibm.rational.rpe.common.auth
Class AuthenticationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.ibm.rational.rpe.common.utils.RPEException
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
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 |
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)
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