public class InvalidCommandLengthException extends PDUException
Constructor and Description |
---|
InvalidCommandLengthException()
Default constructor.
|
InvalidCommandLengthException(java.lang.String message)
Construct with specified message.
|
InvalidCommandLengthException(java.lang.String message,
java.lang.Throwable cause)
Construct with specified message and cause.
|
InvalidCommandLengthException(java.lang.Throwable cause)
Construct with specified cause.
|
public InvalidCommandLengthException()
public InvalidCommandLengthException(java.lang.String message, java.lang.Throwable cause)
message
- is the detail message.cause
- is the parent cause.public InvalidCommandLengthException(java.lang.String message)
message
- is the detail message.public InvalidCommandLengthException(java.lang.Throwable cause)
cause
- is the parent cause.