Class TSPExceptionBC
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.itextpdf.commons.bouncycastle.tsp.AbstractTSPException
com.itextpdf.bouncycastle.tsp.TSPExceptionBC
- All Implemented Interfaces:
Serializable
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionTSPExceptionBC(org.bouncycastle.tsp.TSPException tspException) Creates new wrapper instance forTSPException. -
Method Summary
Modifier and TypeMethodDescriptionbooleanIndicates whether some other object is "equal to" this one.DelegatesgetMessagemethod call to the wrapped exception.org.bouncycastle.tsp.TSPExceptionGets actual org.bouncycastle object being wrapped.inthashCode()Returns a hash code value based on the wrapped object.toString()DelegatestoStringmethod call to the wrapped object.Methods inherited from class Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
-
Field Details
-
tspException
private final org.bouncycastle.tsp.TSPException tspException
-
-
Constructor Details
-
TSPExceptionBC
public TSPExceptionBC(org.bouncycastle.tsp.TSPException tspException) Creates new wrapper instance forTSPException.- Parameters:
tspException-TSPExceptionto be wrapped
-
-
Method Details
-
getTSPException
public org.bouncycastle.tsp.TSPException getTSPException()Gets actual org.bouncycastle object being wrapped.- Returns:
- wrapped
TSPException.
-
equals
-
hashCode
-
toString
-
getMessage
DelegatesgetMessagemethod call to the wrapped exception.- Overrides:
getMessagein classThrowable
-