|
|||||||||||
| 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.plugin.pwstore.itim.policy.PolicyInitializationException
public class PolicyInitializationException
Exception type indicating the password policy subsystem failed to initialization, e.g. open network connection.
| Constructor Summary | |
|---|---|
PolicyInitializationException()
Default exception. |
|
PolicyInitializationException(String message)
Exception with message. |
|
PolicyInitializationException(String message,
Throwable cause)
Exception with message and root cause reference. |
|
PolicyInitializationException(Throwable cause)
Exception with root cause reference only. |
|
| Method Summary |
|---|
| 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 |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public PolicyInitializationException()
public PolicyInitializationException(String message)
message -
public PolicyInitializationException(String message,
Throwable cause)
message - cause - public PolicyInitializationException(Throwable cause)
cause -
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||