public class CommandException extends Exception
Constructor and Description |
---|
CommandException()
Creates new
CommandException without detail message. |
CommandException(String msg)
Constructs a
CommandException with the specified
detail message. |
CommandException(String msg,
Throwable cause)
Constructs a new
CommandException exception with the
specified detailed message and cause. |
CommandException(Throwable cause)
Constructs a new
CommandException exception with the
specified cause. |
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.public CommandException(Throwable cause)
CommandException
exception with the
specified cause.Copyright © 2020. All rights reserved.