public class

CryptoException

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

Class Overview

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

Summary

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

Public Constructors

public CryptoException ()

base constructor.

public CryptoException (String message)

create a CryptoException with the given message.

Parameters
message the message to be carried with the exception.