Class CMSExceptionBCFips
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.itextpdf.commons.bouncycastle.cms.AbstractCMSException
com.itextpdf.bouncycastlefips.cms.CMSExceptionBCFips
- All Implemented Interfaces:
-
Serializable
Wrapper class for
CMSException
.
- See Also:
-
Constructor Summary
ConstructorDescriptionCMSExceptionBCFips
(org.bouncycastle.cms.CMSException exception) Creates new wrapper instance forCMSException
. -
Method Summary
Modifier and TypeMethodDescriptionboolean
Indicates whether some other object is "equal to" this one.org.bouncycastle.cms.CMSException
Gets actual org.bouncycastle object being wrapped.DelegatesgetMessage
method call to the wrapped exception.int
hashCode()
Returns a hash code value based on the wrapped object.toString()
DelegatestoString
method call to the wrapped object.Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
-
Constructor Details
-
CMSExceptionBCFips
public CMSExceptionBCFips(org.bouncycastle.cms.CMSException exception) Creates new wrapper instance forCMSException
.- Parameters:
-
exception
-CMSException
to be wrapped
-
-
Method Details
-
getCMSException
public org.bouncycastle.cms.CMSException getCMSException()Gets actual org.bouncycastle object being wrapped.- Returns:
-
wrapped
CMSException
.
-
equals
Indicates whether some other object is "equal to" this one. Compares wrapped objects. -
hashCode
public int hashCode()Returns a hash code value based on the wrapped object. -
toString
DelegatestoString
method call to the wrapped object. -
getMessage
DelegatesgetMessage
method call to the wrapped exception.- Overrides:
-
getMessage
in classThrowable
-