|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
com.ibm.di.api.DIException
com.ibm.di.api.exceptions.AuthenticationException
public class AuthenticationException
An exception object thrown when the authentication of a user against a specific system fails.
Constructor Summary | |
---|---|
AuthenticationException()
Default constructor of the exception that creates the exception with a predefined cause message. |
|
AuthenticationException(String aMessage,
String aErrorDescription,
Object aErrorCode)
This constructor creates an instance of this type with a specific error attributes. |
Method Summary | |
---|---|
Integer |
getErrorCode()
Retrieves error code. |
String |
getErrorDescription()
Retrieves error description. |
String |
toString()
Converts the exception to string. |
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 |
---|
public AuthenticationException()
public AuthenticationException(String aMessage, String aErrorDescription, Object aErrorCode)
aMessage
- the custom cause messageaErrorDescription
- the description of the occurred error.aErrorCode
- a numeric value used as an error code.Method Detail |
---|
public String getErrorDescription()
public Integer getErrorCode()
public String toString()
toString
in class Throwable
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |