Class OperatorCreationExceptionBCFips
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.itextpdf.commons.bouncycastle.operator.AbstractOperatorCreationException
com.itextpdf.bouncycastlefips.operator.OperatorCreationExceptionBCFips
- All Implemented Interfaces:
-
Serializable
Wrapper class for
OperatorCreationException
.
- See Also:
-
Constructor Summary
ConstructorDescriptionOperatorCreationExceptionBCFips
(org.bouncycastle.operator.OperatorCreationException exception) Creates new wrapper instance forOperatorCreationException
. -
Method Summary
Modifier and TypeMethodDescriptionboolean
Indicates whether some other object is "equal to" this one.org.bouncycastle.operator.OperatorCreationException
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
-
OperatorCreationExceptionBCFips
public OperatorCreationExceptionBCFips(org.bouncycastle.operator.OperatorCreationException exception) Creates new wrapper instance forOperatorCreationException
.- Parameters:
-
exception
-OperatorCreationException
to be wrapped
-
-
Method Details
-
getException
public org.bouncycastle.operator.OperatorCreationException getException()Gets actual org.bouncycastle object being wrapped.- Returns:
-
wrapped
OperatorCreationException
.
-
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
-