Package org.bouncycastle.tsp
Class TSPValidationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.bouncycastle.tsp.TSPException
org.bouncycastle.tsp.TSPValidationException
- All Implemented Interfaces:
Serializable
Exception thrown if a TSP request or response fails to validate.
If a failure code is associated with the exception it can be retrieved using the getFailureCode() method.
- See Also:
-
Constructor Summary
ConstructorDescriptionTSPValidationException
(String message) TSPValidationException
(String message, int failureCode) -
Method Summary
Modifier and TypeMethodDescriptionint
Return the failure code associated with this exception - if one is set.Methods inherited from class org.bouncycastle.tsp.TSPException
getCause, getUnderlyingException
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
TSPValidationException
-
TSPValidationException
-
-
Method Details
-
getFailureCode
public int getFailureCode()Return the failure code associated with this exception - if one is set.- Returns:
- the failure code if set, -1 otherwise.
-