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, getRootCause
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public InvalidTimeoutException(String msg, int timeout)
msg
- the detail messagetimeout
- the invalid timeout value