Bouncy Castle Cryptography Library 1.81

org.bouncycastle.tsp
Class TSPValidationException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.bouncycastle.tsp.TSPException
              extended byorg.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
TSPValidationException(java.lang.String message)
           
TSPValidationException(java.lang.String message, int failureCode)
           
 
Method Summary
 int getFailureCode()
          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
fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

TSPValidationException

public TSPValidationException(java.lang.String message)

TSPValidationException

public TSPValidationException(java.lang.String message,
                              int failureCode)
Method Detail

getFailureCode

public int getFailureCode()
Return the failure code associated with this exception - if one is set.

Returns:
the failure code if set, -1 otherwise.

Bouncy Castle Cryptography Library 1.81