public class RuntimeCryptoException extends RuntimeException
Constructor and Description |
---|
RuntimeCryptoException()
base constructor.
|
RuntimeCryptoException(String message)
create a RuntimeCryptoException with the given message.
|
getMessage, initCause, printStackTrace, printStackTrace, toString
public RuntimeCryptoException()
public RuntimeCryptoException(String message)
message
- the message to be carried with the exception.