public class InvalidCommandFormatException
extends java.lang.RuntimeException
Constructor and Description |
---|
InvalidCommandFormatException()
Constructs an instance of this class.
|
InvalidCommandFormatException(java.lang.String message)
Constructs a SignedCommandException with the specified, detailed message.
|
InvalidCommandFormatException(java.lang.String message,
java.lang.Throwable cause)
Constructs an instance of this class with both a message and a cause.
|
InvalidCommandFormatException(java.lang.Throwable cause)
Constructs an instance of this class with a cause.
|
public InvalidCommandFormatException()
public InvalidCommandFormatException(java.lang.Throwable cause)
cause
- the cause. (A null value is permitted, and indicates that the cause is nonexistent or unknown.)Exception.Exception(Throwable)
public InvalidCommandFormatException(java.lang.String message)
message
- the detail message.Exception.Exception(String)
public InvalidCommandFormatException(java.lang.String message, java.lang.Throwable cause)
message
- the detail message.cause
- the cause. (A null value is permitted, and indicates that the cause is nonexistent or unknown.)Exception.Exception(String, Throwable)