DestroyFailedException

Class DestroyFailedException

All Implemented Interfaces:
Serializable
public class DestroyFailedException
extends Exception

Signals that a destroy operation failed.

This exception is thrown by credentials implementing the Destroyable interface when the destroy method fails.

Constructors