public class InvalidTimeoutException extends TransactionUsageException
| Constructor and Description | 
|---|
| InvalidTimeoutException(String msg,
                       int timeout)Constructor for InvalidTimeoutException. | 
| Modifier and Type | Method and Description | 
|---|---|
| int | getTimeout()Return the invalid timeout value. | 
contains, getMessage, getMostSpecificCause, getRootCauseaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic InvalidTimeoutException(String msg, int timeout)
msg - the detail messagetimeout - the invalid timeout value