|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--java.lang.Throwable | +--java.lang.Exception | +--com.ibm.itim.authentication.AuthenticationException | +--com.ibm.itim.authentication.ConfigurationException
ConfigurationException is a class that extends the AuthenticationException class for identifying configuration exceptions. This exception is thrown when there is a configuration problem. This can arise when installation of a provider was not done correctly or if the credentials required for this type of authentication have not been supplied.
Constructor Summary | |
---|---|
ConfigurationException()
Constructs an ConfigurationException. |
|
ConfigurationException(java.lang.String explanation)
Constructs an ConfigurationException with a detailed explanation of the reason for the exception. |
Methods inherited from class java.lang.Throwable |
---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public ConfigurationException()
public ConfigurationException(java.lang.String explanation)
explanation
- detailed explanation of the reason for the
exception.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |