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