public class DataLengthException extends RuntimeCryptoException
Constructor and Description |
---|
DataLengthException()
base constructor.
|
DataLengthException(String message)
create a DataLengthException with the given message.
|
getMessage, initCause, printStackTrace, printStackTrace, toString
public DataLengthException()
public DataLengthException(String message)
message
- the message to be carried with the exception.