public class

OperatorException

extends Exception
java.lang.Object
   ↳ java.lang.Throwable
     ↳ java.lang.Exception
       ↳ org.bouncycastle.operator.OperatorException
Known Direct Subclasses

Summary

Public Constructors
OperatorException(String msg, Throwable cause)
OperatorException(String msg)
Public Methods
Throwable getCause()
[Expand]
Inherited Methods
From class java.lang.Throwable
From class java.lang.Object

Public Constructors

public OperatorException (String msg, Throwable cause)

public OperatorException (String msg)

Public Methods

public Throwable getCause ()