Serializablepublic 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, 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 © 2019. All rights reserved.