public class DestroyedFailedException extends Exception
| Constructor and Description | 
|---|
| DestroyedFailedException()Constructs a  DestroyedFailedExceptionwithnullas its error detail
 message. | 
| DestroyedFailedException(String s)Constructs a  DestroyedFailedExceptionwith the specified detail message. | 
| DestroyedFailedException(String message,
                        Throwable cause) | 
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic 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()java.lang.Throwable.s - the detail message.Copyright © GigaSpaces.