Class OperatorException

java.lang.Object
java.lang.Throwable
java.lang.Exception
org.bouncycastle.operator.OperatorException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
OperatorCreationException

public class OperatorException
extends Exception
See Also:
Serialized Form
  • Constructor Details

    • OperatorException

      public OperatorException​(String msg, Throwable cause)
    • OperatorException

      public OperatorException​(String msg)
  • Method Details

    • getCause

      public Throwable getCause()
      Description copied from class: Throwable
      Returns the cause of this Throwable, or null if there is no cause.
      Overrides:
      getCause in class Throwable