public class DestroyedFailedException extends Exception
Constructor and Description |
---|
DestroyedFailedException()
Constructs a
DestroyedFailedException with null as its error detail
message. |
DestroyedFailedException(String s)
Constructs a
DestroyedFailedException with the specified detail message. |
DestroyedFailedException(String message,
Throwable cause) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public DestroyedFailedException()
DestroyedFailedException
with null
as its error detail
message.public DestroyedFailedException(String s)
DestroyedFailedException
with the specified detail message. The
string s
can be retrieved later by the Throwable.getMessage()
method of class java.lang.Throwable
.s
- the detail message.Copyright © GigaSpaces.