java.io.Serializablepublic class CommandException
extends java.lang.RuntimeException
| Constructor | Description | 
|---|---|
| CommandException() | Creates a new instance of  CommandExceptionwithout detail
 message. | 
| CommandException(java.lang.String msg) | Constructs an instance of  CommandExceptionwith the
 specified detail message. | 
| CommandException(java.lang.String msg,
                java.lang.Throwable cause) | 
public CommandException()
CommandException without detail
 message.public CommandException(java.lang.String msg)
CommandException with the
 specified detail message.msg - the detail message.public CommandException(java.lang.String msg,
                        java.lang.Throwable cause)
Copyright © 2018. All rights reserved.