public class DestroyFailedException extends Exception
Destroyable.destroy()
method failed.Constructor and Description |
---|
DestroyFailedException()
Creates an exception of type
DestroyFailedException . |
DestroyFailedException(String message)
Creates an exception of type
DestroyFailedException . |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public DestroyFailedException()
DestroyFailedException
.public DestroyFailedException(String message)
DestroyFailedException
.message
- A detail message that describes the reason for this exception.