com.ibm.websphere.security.auth

Class CredentialDestroyedException

  1. java.lang.Object
  2. extended byjava.lang.Throwable
  3. extended byjava.lang.Exception
  4. extended bycom.ibm.websphere.security.auth.CredentialDestroyedException
All implemented interfaces:
java.io.Serializable

  1. public class CredentialDestroyedException
  2. extends java.lang.Exception

Thrown if credential is destroyed. A destroyed credential can not be used at all.

Since:
1.0
See Also:
GeneralSecurityException, Serialized Form

Constructor Summary

Constructor and Description
CredentialDestroyedException(java.lang.String msg)
CredentialDestroyedException(java.lang.String debug_message,java.lang.Throwable t)
CredentialDestroyedException(java.lang.Throwable t)

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
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait

Constructor Detail

CredentialDestroyedException

  1. public CredentialDestroyedException( java.lang.String msg)

CredentialDestroyedException

  1. public CredentialDestroyedException( java.lang.Throwable t)

CredentialDestroyedException

  1. public CredentialDestroyedException( java.lang.String debug_message,
  2. java.lang.Throwable t)