DestroyFailedExceptionpublic class DestroyFailedException extends Exception Signals that the {@link Destroyable#destroy()} method failed. |
Fields Summary |
---|
private static final long | serialVersionUID |
Constructors Summary |
---|
public DestroyFailedException()Creates an exception of type {@code DestroyFailedException}.
super();
| public DestroyFailedException(String message)Creates an exception of type {@code DestroyFailedException}.
super(message);
|
|