Class AbstractCMSException

java.lang.Object
java.lang.Throwable
java.lang.Exception
com.itextpdf.commons.bouncycastle.cms.AbstractCMSException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
CMSExceptionBC, CMSExceptionBCFips

public abstract class AbstractCMSException extends Exception
This class represents the wrapper for CMSException that provides the ability to switch between bouncy-castle and bouncy-castle FIPS implementations.
See Also:
  • Constructor Details

    • AbstractCMSException

      public AbstractCMSException()