Class AbstractCMSException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- com.itextpdf.commons.bouncycastle.cms.AbstractCMSException
-
- All Implemented Interfaces:
java.io.Serializable
- Direct Known Subclasses:
CMSExceptionBC
public abstract class AbstractCMSException extends java.lang.Exception
This class represents the wrapper for CMSException that provides the ability to switch between bouncy-castle and bouncy-castle FIPS implementations.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description AbstractCMSException()
-