public class CryptoException extends Exception
Constructor and Description |
---|
CryptoException()
base constructor.
|
CryptoException(String message)
create a CryptoException with the given message.
|
CryptoException(String message,
Throwable cause)
Create a CryptoException with the given message and underlying cause.
|
Modifier and Type | Method and Description |
---|---|
Throwable |
getCause() |
addSuppressed, fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public CryptoException()
public CryptoException(String message)
message
- the message to be carried with the exception.Copyright © 2020 BouncyCastle.org. All rights reserved.