destroy
This exception is thrown by credentials implementing the Destroyable interface when the destroy method fails.
Destroyable
Constructs a DestroyFailedException with no detail message. A detail message is a String that describes this particular exception. super();
super();
Constructs a DestroyFailedException with the specified detail message. A detail message is a String that describes this particular exception. parammsg the detail message. super(msg);
super(msg);