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