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