public class CryptoException extends RuntimeException
| Constructor and Description |
|---|
CryptoException(String message)
Creates a new instance with the given error message.
|
CryptoException(String message,
Throwable cause)
Creates a new instance with the given error message and cause.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic CryptoException(String message)
message - Error message.Copyright © 2003-2024 Virginia Tech. All Rights Reserved.