public class CredentialDestroyedException extends WSSecurityException
Thrown if credential is destroyed. A destroyed credential can not be used at all.
GeneralSecurityException
,
Serialized FormConstructor 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.
|
addException, getCause, getExceptions, printStackTrace, printStackTrace, printStackTrace
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.