Class AbstractCertIOException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
com.itextpdf.commons.bouncycastle.cert.AbstractCertIOException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
CertIOExceptionBC, CertIOExceptionBCFips

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

    • AbstractCertIOException

      public AbstractCertIOException()