public class TSPValidationException extends TSPException
If a failure code is associated with the exception it can be retrieved using the getFailureCode() method.
| Constructor and Description |
|---|
TSPValidationException(String message) |
TSPValidationException(String message,
int failureCode) |
| Modifier and Type | Method and Description |
|---|---|
int |
getFailureCode()
Return the failure code associated with this exception - if one is set.
|
getCause, getUnderlyingExceptionaddSuppressed, fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringCopyright © 2015. All rights reserved.