Class PKCSExceptionBC
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.itextpdf.commons.bouncycastle.pkcs.AbstractPKCSException
com.itextpdf.bouncycastle.pkcs.PKCSExceptionBC
- All Implemented Interfaces:
Serializable
Wrapper class for
PKCSException.- See Also:
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionPKCSExceptionBC(org.bouncycastle.pkcs.PKCSException pkcsException) Creates new wrapper instance forPKCSException. -
Method Summary
Modifier and TypeMethodDescriptionbooleanIndicates whether some other object is "equal to" this one.DelegatesgetMessagemethod call to the wrapped exception.org.bouncycastle.pkcs.PKCSExceptionGets 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
-
pkcsException
private final org.bouncycastle.pkcs.PKCSException pkcsException
-
-
Constructor Details
-
PKCSExceptionBC
public PKCSExceptionBC(org.bouncycastle.pkcs.PKCSException pkcsException) Creates new wrapper instance forPKCSException.- Parameters:
pkcsException-PKCSExceptionto be wrapped
-
-
Method Details
-
getPkcsException
public org.bouncycastle.pkcs.PKCSException getPkcsException()Gets actual org.bouncycastle object being wrapped.- Returns:
- wrapped
PKCSException.
-
equals
-
hashCode
-
toString
-
getMessage
DelegatesgetMessagemethod call to the wrapped exception.- Overrides:
getMessagein classThrowable
-