Serializable
public class CommandException extends RuntimeException
Constructor | Description |
---|---|
CommandException() |
Creates a new instance of
CommandException without detail
message. |
CommandException(String msg) |
Constructs an instance of
CommandException with the
specified detail message. |
CommandException(String msg,
Throwable cause) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public CommandException()
CommandException
without detail
message.public CommandException(String msg)
CommandException
with the
specified detail message.msg
- the detail message.Copyright © 2019. All rights reserved.