Class CertIOExceptionBC
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
com.itextpdf.commons.bouncycastle.cert.AbstractCertIOException
com.itextpdf.bouncycastle.cert.CertIOExceptionBC
- All Implemented Interfaces:
Serializable
Wrapper class for
CertIOException.- See Also:
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionCertIOExceptionBC(org.bouncycastle.cert.CertIOException exception) Creates new wrapper instance forCertIOException. -
Method Summary
Modifier and TypeMethodDescriptionbooleanIndicates whether some other object is "equal to" this one.org.bouncycastle.cert.CertIOExceptionGets 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.cert.CertIOException exception
-
-
Constructor Details
-
CertIOExceptionBC
public CertIOExceptionBC(org.bouncycastle.cert.CertIOException exception) Creates new wrapper instance forCertIOException.- Parameters:
exception-CertIOExceptionto be wrapped
-
-
Method Details
-
getException
public org.bouncycastle.cert.CertIOException getException()Gets actual org.bouncycastle object being wrapped.- Returns:
- wrapped
CertIOException.
-
equals
-
hashCode
-
toString
-
getMessage
DelegatesgetMessagemethod call to the wrapped exception.- Overrides:
getMessagein classThrowable
-