Class AbstractOCSPException

java.lang.Object
java.lang.Throwable
java.lang.Exception
com.itextpdf.commons.bouncycastle.cert.ocsp.AbstractOCSPException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
OCSPExceptionBC, OCSPExceptionBCFips

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

    • AbstractOCSPException

      public AbstractOCSPException()