Class RuntimeOperatorException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.bouncycastle.operator.RuntimeOperatorException
All Implemented Interfaces:
Serializable

public class RuntimeOperatorException
extends RuntimeException
See Also:
Serialized Form
  • Constructor Details

    • RuntimeOperatorException

      public RuntimeOperatorException​(String msg)
    • RuntimeOperatorException

      public RuntimeOperatorException​(String msg, Throwable cause)
  • 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