public class DestroyFailedException
extends java.lang.Exception
destroy
operation failed.
This exception is thrown by credentials implementing the Destroyable
interface when the destroy
method fails.
Constructor and Description |
---|
DestroyFailedException()
Constructs a DestroyFailedException with no detail message.
|
DestroyFailedException(java.lang.String msg)
Constructs a DestroyFailedException with the specified detail message.
|
public DestroyFailedException()
public DestroyFailedException(java.lang.String msg)
msg
- the detail message.