|
|||||||||||
| 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(java.lang.String aMessage,
java.lang.String aErrorDescription,
java.lang.Object aErrorCode)
This constructor creates an instance of this type with a specific error attributes. |
|
| Method Summary | |
|---|---|
java.lang.Integer |
getErrorCode()
Retrieves error code. |
java.lang.String |
getErrorDescription()
Retrieves error description. |
java.lang.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(java.lang.String aMessage,
java.lang.String aErrorDescription,
java.lang.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 java.lang.String getErrorDescription()
public java.lang.Integer getErrorCode()
public java.lang.String toString()
toString in class java.lang.Throwable
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||