org.bouncycastle.tsp
public class TSPValidationException extends TSPException
If a failure code is assciated with the exception it can be retrieved using the getFailureCode() method.
| Constructor Summary | |
|---|---|
| TSPValidationException(String message) | |
| TSPValidationException(String message, int failureCode) | |
| Method Summary | |
|---|---|
| int | getFailureCode()
Return the failure code associated with this exception - if one is set.
|
Returns: the failure code if set, -1 otherwise.