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