javax.security.auth
Class DestroyFailedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
javax.security.auth.DestroyFailedException
- All Implemented Interfaces:
- Serializable
public class DestroyFailedException
- extends Exception
An exception thrown when the Destroyable.destroy()
method
fails for a credential.
- See Also:
Destroyable
,
Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
DestroyFailedException
public DestroyFailedException()
- Creates a new DestroyFailedException with no detail message.
DestroyFailedException
public DestroyFailedException(String message)
- Creates a new DestroyFailedException with a detail message.
- Parameters:
message
- The detail message.