Class CertException

java.lang.Object
java.lang.Throwable
java.lang.Exception
org.bouncycastle.cert.CertException
All Implemented Interfaces:
Serializable

public class CertException
extends Exception
General checked Exception thrown in the cert package and its sub-packages.
See Also:
Serialized Form
  • Constructor Details

    • CertException

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

      public CertException​(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