Class CMSExceptionBC
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.itextpdf.commons.bouncycastle.cms.AbstractCMSException
com.itextpdf.bouncycastle.cms.CMSExceptionBC
- All Implemented Interfaces:
Serializable
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionCMSExceptionBC(org.bouncycastle.cms.CMSException exception) Creates new wrapper instance forCMSException. -
Method Summary
Modifier and TypeMethodDescriptionbooleanIndicates whether some other object is "equal to" this one.org.bouncycastle.cms.CMSExceptionGets actual org.bouncycastle object being wrapped.DelegatesgetMessagemethod call to the wrapped exception.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
-
exception
private final org.bouncycastle.cms.CMSException exception
-
-
Constructor Details
-
CMSExceptionBC
public CMSExceptionBC(org.bouncycastle.cms.CMSException exception) Creates new wrapper instance forCMSException.- Parameters:
exception-CMSExceptionto be wrapped
-
-
Method Details
-
getCMSException
public org.bouncycastle.cms.CMSException getCMSException()Gets actual org.bouncycastle object being wrapped.- Returns:
- wrapped
CMSException.
-
equals
-
hashCode
-
toString
-
getMessage
DelegatesgetMessagemethod call to the wrapped exception.- Overrides:
getMessagein classThrowable
-