public class CreateException extends Exception
| Constructor and Description | 
|---|
| CreateException()Constructs a  CreateExceptionwithnullas its error detail message. | 
| CreateException(String s)Constructs a  CreateExceptionwith the
 specified detail message. | 
| CreateException(String message,
               Throwable cause) | 
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic CreateException()
CreateException with
 null as its error detail message.public CreateException(String s)
CreateException 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.