com.ibm.itim.apps
Class AuthenticationException
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Exception
|
+--com.ibm.itim.exception.ITIMException
|
+--com.ibm.itim.apps.ApplicationException
|
+--com.ibm.itim.apps.AuthenticationException
- All Implemented Interfaces:
- java.io.Serializable
- public class AuthenticationException
- extends ApplicationException
This class identifies an authentication failure.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getLocalizedMessage, toString |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
AuthenticationException
public AuthenticationException(java.lang.String errCode)
- Deprecated.
- Constructs with an error code.
AuthenticationException
public AuthenticationException(java.lang.String errCode,
java.lang.String exMsg)
- Deprecated.
- Constructs with an error code and an extra message string.
- Parameters:
errCode
- Error code identifying the problem.exMsg
- Additional information in a String.
AuthenticationException
public AuthenticationException(java.lang.String errCode,
java.lang.Throwable cause)
- Deprecated.
- Constructs with an error code and the cause exception.
- Parameters:
errCode
- Error code identifying the problem.cause
- Throwable representing the exception causing this exception.