public class

RuntimeCryptoException

extends RuntimeException
java.lang.Object
   ↳ java.lang.Throwable
     ↳ java.lang.Exception
       ↳ java.lang.RuntimeException
         ↳ org.bouncycastle.crypto.RuntimeCryptoException
Known Direct Subclasses

Class Overview

the foundation class for the exceptions thrown by the crypto packages.

Summary

Public Constructors
RuntimeCryptoException()
base constructor.
RuntimeCryptoException(String message)
create a RuntimeCryptoException with the given message.
[Expand]
Inherited Methods
From class java.lang.Throwable
From class java.lang.Object

Public Constructors

public RuntimeCryptoException ()

base constructor.

public RuntimeCryptoException (String message)

create a RuntimeCryptoException with the given message.

Parameters
message the message to be carried with the exception.