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 Details

    • DestroyFailedException

      public DestroyFailedException()
      Creates an exception of type DestroyFailedException.
    • DestroyFailedException

      public DestroyFailedException​(String message)
      Creates an exception of type DestroyFailedException.
      Parameters:
      message - A detail message that describes the reason for this exception.