public class InvalidCommandLengthException extends PDUException
Constructor and Description |
---|
InvalidCommandLengthException()
Default constructor.
|
InvalidCommandLengthException(String message)
Construct with specified message.
|
InvalidCommandLengthException(String message,
Throwable cause)
Construct with specified message and cause.
|
InvalidCommandLengthException(Throwable cause)
Construct with specified cause.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public InvalidCommandLengthException()
public InvalidCommandLengthException(String message, Throwable cause)
message
- is the detail message.cause
- is the parent cause.public InvalidCommandLengthException(String message)
message
- is the detail message.public InvalidCommandLengthException(Throwable cause)
cause
- is the parent cause.