public class RuntimeCryptoException extends RuntimeException
| Constructor and Description |
|---|
RuntimeCryptoException()base constructor. |
RuntimeCryptoException(String message)create a RuntimeCryptoException with the given message. |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic RuntimeCryptoException()
public RuntimeCryptoException(String message)
message - the message to be carried with the exception.