Package org.bouncycastle.crypto
Class RuntimeCryptoException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.bouncycastle.crypto.RuntimeCryptoException
-
- All Implemented Interfaces:
java.io.Serializable
- Direct Known Subclasses:
DataLengthException
,MaxBytesExceededException
public class RuntimeCryptoException extends java.lang.RuntimeException
the foundation class for the exceptions thrown by the crypto packages.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description RuntimeCryptoException()
base constructor.RuntimeCryptoException(java.lang.String message)
create a RuntimeCryptoException with the given message.
-