Package 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
Signals that the
Destroyable.destroy() method failed.- See Also:
- Serialized Form
-
Constructor Summary
Constructors Constructor Description DestroyFailedException()Creates an exception of typeDestroyFailedException.DestroyFailedException(String message)Creates an exception of typeDestroyFailedException. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
DestroyFailedException
public DestroyFailedException()Creates an exception of typeDestroyFailedException. -
DestroyFailedException
Creates an exception of typeDestroyFailedException.- Parameters:
message- A detail message that describes the reason for this exception.
-