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:
 java.io.Serializable
public class TSPValidationException extends TSPException
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:
 - Serialized Form
 
 
- 
- 
Constructor Summary
Constructors Constructor Description TSPValidationException(java.lang.String message)TSPValidationException(java.lang.String message, int failureCode) 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetFailureCode()Return the failure code associated with this exception - if one is set.- 
Methods inherited from class org.bouncycastle.tsp.TSPException
getCause, getUnderlyingException 
 - 
 
 -