destroy
operation failed.
This exception is thrown by credentials implementing
the Destroyable
interface when the destroy
method fails.
Modifier and Type | Field and Description |
---|---|
private static final long |
Access | Constructor and Description |
---|---|
public | |
public | DestroyFailedException(String
the detail message. msg)Constructs a DestroyFailedException with the specified detail message. |
serialVersionUID | back to summary |
---|---|
private static final long serialVersionUID Hides java. |
DestroyFailedException | back to summary |
---|---|
public DestroyFailedException() Constructs a DestroyFailedException with no detail message. A detail message is a String that describes this particular exception. |
DestroyFailedException | back to summary |
---|---|
public DestroyFailedException(String msg) Constructs a DestroyFailedException with the specified detail message. A detail message is a String that describes this particular exception.
|