Package com.itextpdf.bouncycastle.pkix
Class PKIXNameConstraintValidatorExceptionBC
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.itextpdf.commons.bouncycastle.asn1.pkix.AbstractPKIXNameConstraintValidatorException
com.itextpdf.bouncycastle.pkix.PKIXNameConstraintValidatorExceptionBC
- All Implemented Interfaces:
-
Serializable
public class PKIXNameConstraintValidatorExceptionBC extends AbstractPKIXNameConstraintValidatorException
Wrapper class for
PKIXNameConstraintValidatorException.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionPKIXNameConstraintValidatorExceptionBC(org.bouncycastle.pkix.PKIXNameConstraintValidatorException nameConstraintValidatorException) Creates new wrapper instance forTSPException. -
Method Summary
Modifier and TypeMethodDescriptionbooleanIndicates whether some other object is "equal to" this one.DelegatesgetMessagemethod call to the wrapped exception.org.bouncycastle.pkix.PKIXNameConstraintValidatorExceptionGets 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 java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
-
Constructor Details
-
PKIXNameConstraintValidatorExceptionBC
public PKIXNameConstraintValidatorExceptionBC(org.bouncycastle.pkix.PKIXNameConstraintValidatorException nameConstraintValidatorException) Creates new wrapper instance forTSPException.- Parameters:
-
nameConstraintValidatorException-TSPExceptionto be wrapped
-
-
Method Details
-
getNameConstraintValidatorException
public org.bouncycastle.pkix.PKIXNameConstraintValidatorException getNameConstraintValidatorException()Gets actual org.bouncycastle object being wrapped.- Returns:
-
wrapped
PKIXNameConstraintValidatorException.
-
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
DelegatestoStringmethod call to the wrapped object. -
getMessage
DelegatesgetMessagemethod call to the wrapped exception.- Overrides:
-
getMessagein classThrowable
-