Class PEMExceptionBC
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
com.itextpdf.commons.bouncycastle.openssl.AbstractPEMException
com.itextpdf.bouncycastle.openssl.PEMExceptionBC
- All Implemented Interfaces:
Serializable
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final org.bouncycastle.openssl.PEMException -
Constructor Summary
ConstructorsConstructorDescriptionPEMExceptionBC(org.bouncycastle.openssl.PEMException pemException) Creates new wrapper instance forPEMException. -
Method Summary
Modifier and TypeMethodDescriptionbooleanIndicates whether some other object is "equal to" this one.DelegatesgetMessagemethod call to the wrapped exception.org.bouncycastle.openssl.PEMExceptionGets actual org.bouncycastle object being wrapped.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
-
pemException
private final org.bouncycastle.openssl.PEMException pemException
-
-
Constructor Details
-
PEMExceptionBC
public PEMExceptionBC(org.bouncycastle.openssl.PEMException pemException) Creates new wrapper instance forPEMException.- Parameters:
pemException-PEMExceptionto be wrapped
-
-
Method Details
-
getPemException
public org.bouncycastle.openssl.PEMException getPemException()Gets actual org.bouncycastle object being wrapped.- Returns:
- wrapped
PEMException.
-
equals
-
hashCode
-
toString
-
getMessage
DelegatesgetMessagemethod call to the wrapped exception.- Overrides:
getMessagein classThrowable
-