Class AbstractTSPException

java.lang.Object
java.lang.Throwable
java.lang.Exception
com.itextpdf.commons.bouncycastle.tsp.AbstractTSPException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
TSPExceptionBC, TSPExceptionBCFips

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

    • AbstractTSPException

      public AbstractTSPException()