com.ibm.websphere.security.auth

Class CredentialDestroyedException

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

  1. public class CredentialDestroyedException
  2. extends WSSecurityException

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

Since:
1.0
Version:
1.0
See Also:
GeneralSecurityException, Serialized Form

Constructor Summary

Constructor and Description
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.

Method Summary

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, getStackTrace, initCause, setStackTrace, toString
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait

Constructor Detail

CredentialDestroyedException

  1. public CredentialDestroyedException( )

Default constructor.


CredentialDestroyedException

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

Constructor with an error message.


CredentialDestroyedException

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

Constructor with a Throwabe.


CredentialDestroyedException

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

Constructor with an error message and a Throwable.