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, toStringpublic CryptoException()
public CryptoException(String message)
message - the message to be carried with the exception.Copyright © 2015–2021 The veraPDF Consortium. All rights reserved.