jonelo.jacksum.adapt.org.bouncycastle.crypto
Class RuntimeCryptoException
RuntimeException
jonelo.jacksum.adapt.org.bouncycastle.crypto.RuntimeCryptoException
public class RuntimeCryptoException
extends RuntimeException
the foundation class for the exceptions thrown by the crypto packages.
RuntimeCryptoException
public RuntimeCryptoException()
base constructor.
RuntimeCryptoException
public RuntimeCryptoException(String message)
create a RuntimeCryptoException with the given message.
message
- the message to be carried with the exception.