public class InvalidNumberOfDestinationsException extends PDUException
Constructor and Description |
---|
InvalidNumberOfDestinationsException(String message,
int actualLength)
Default constructor.
|
Modifier and Type | Method and Description |
---|---|
int |
getActualLength() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public InvalidNumberOfDestinationsException(String message, int actualLength)
message
- is the message.actualLength
- the actual length.