Bouncy Castle Cryptography Library 1.37 | |
Prev Class | Next Class | Frames | No Frames |
Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
RuntimeException
org.bouncycastle.crypto.RuntimeCryptoException
org.bouncycastle.crypto.MaxBytesExceededException
public class MaxBytesExceededException
extends RuntimeCryptoException
Constructor Summary | |
| |
|
public MaxBytesExceededException()
base constructor.
public MaxBytesExceededException(String message)
create an with the given message.
- Parameters:
message
- the message to be carried with the exception.