|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--java.lang.Throwable | +--java.lang.Exception | +--java.security.GeneralSecurityException | +--com.ibm.websphere.security.WSSecurityException | +--com.ibm.websphere.security.auth.CredentialDestroyedException
Thrown if credential is destroyed. A destroyed credential can not be used at all.
GeneralSecurityException
, Serialized FormConstructor Summary | |
---|---|
CredentialDestroyedException()
Default constructor. |
|
CredentialDestroyedException(java.lang.String msg)
Constructor with an error message. |
|
CredentialDestroyedException(java.lang.String debug_message,
java.lang.Throwable t)
Constructor with an error message and a Throwable. |
|
CredentialDestroyedException(java.lang.Throwable t)
Constructor with a Throwabe. |
Methods inherited from class com.ibm.websphere.security.WSSecurityException |
---|
addException, getCause, getExceptions, printStackTrace, printStackTrace, printStackTrace |
Methods inherited from class java.lang.Throwable |
---|
fillInStackTrace, getLocalizedMessage, getMessage, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public CredentialDestroyedException()
Default constructor.
public CredentialDestroyedException(java.lang.String msg)
Constructor with an error message.
public CredentialDestroyedException(java.lang.Throwable t)
Constructor with a Throwabe.
public CredentialDestroyedException(java.lang.String debug_message, java.lang.Throwable t)
Constructor with an error message and a Throwable.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |