| Bouncy Castle Cryptography Library 1.39 | |
| Prev Class | Next Class | Frames | No Frames |
| Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
Exceptionorg.bouncycastle.crypto.CryptoExceptionpublic class CryptoExceptionextends ExceptionConstructor 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.