public final class CommandException extends CacheException
Constructor | Description |
---|---|
CommandException() |
Constructs an
CommandException with null
as its error detail message. |
CommandException(java.lang.String s) |
Constructs an
CommandException with the specified detail
message. |
getErrorCode, printStackTrace, setErrorCode
public CommandException()
CommandException
with null
as its error detail message.public CommandException(java.lang.String s)
CommandException
with the specified detail
message. The error message string s
can later be
retrieved by the Throwable.getMessage()
method of class java.lang.Throwable
.s
- the detail message.