Package com.ibm.websphere.security.auth
Class CredentialDestroyedException
- java.lang.Object
- 
- java.lang.Throwable
- 
- java.lang.Exception
- 
- com.ibm.websphere.security.auth.CredentialDestroyedException
 
 
 
- 
- All Implemented Interfaces:
- java.io.Serializable
 
 public class CredentialDestroyedException extends java.lang.ExceptionThrown if credential is destroyed. A destroyed credential can not be used at all. - Since:
- 1.0
- See Also:
- GeneralSecurityException, Serialized Form
 
- 
- 
Constructor SummaryConstructors Constructor Description CredentialDestroyedException(java.lang.String msg)CredentialDestroyedException(java.lang.String debug_message, java.lang.Throwable t)CredentialDestroyedException(java.lang.Throwable t)
 
- 
- 
- 
Constructor Detail- 
CredentialDestroyedExceptionpublic CredentialDestroyedException(java.lang.String msg) 
 - 
CredentialDestroyedExceptionpublic CredentialDestroyedException(java.lang.Throwable t) 
 - 
CredentialDestroyedExceptionpublic CredentialDestroyedException(java.lang.String debug_message, java.lang.Throwable t)
 
- 
 
-