org.bouncycastle.crypto
Class DataLengthException
public class DataLengthException
this exception is thrown if a buffer that is meant to have output
copied into it turns out to be too short, or if we've been given
insufficient input. In general this exception will get thrown rather
than an ArrayOutOfBounds exception.
DataLengthException
public DataLengthException()
base constructor.
DataLengthException
public DataLengthException(String message)
create a DataLengthException with the given message.
message
- the message to be carried with the exception.