org.bouncycastle.crypto
public class DataLengthException extends RuntimeCryptoException
Constructor Summary | |
---|---|
DataLengthException()
base constructor. | |
DataLengthException(String message)
create a DataLengthException with the given message.
|
Parameters: message the message to be carried with the exception.