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 theDestroyable.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 Detail
-
DestroyFailedException
public DestroyFailedException()
Creates an exception of typeDestroyFailedException.
-
DestroyFailedException
public DestroyFailedException(String message)
Creates an exception of typeDestroyFailedException.- Parameters:
message- A detail message that describes the reason for this exception.
-
-