Class CMSException

java.lang.Object
java.lang.Throwable
java.lang.Exception
org.bouncycastle.cms.CMSException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
CMSSignerDigestMismatchException, CMSVerifierCertificateNotValidException

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

    • CMSException

      public CMSException​(String msg)
    • CMSException

      public CMSException​(String msg, Exception e)
  • Method Details

    • getUnderlyingException

      public Exception getUnderlyingException()
    • 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