open class InvalidTimeoutException : TransactionUsageException
Exception that gets thrown when an invalid timeout is specified, that is, the specified timeout valid is out of range or the transaction manager implementation doesn't support timeouts.
Author
Juergen Hoeller
Since
12.05.2003
InvalidTimeoutException(msg: String, timeout: Int)
Constructor for InvalidTimeoutException. |
open fun getTimeout(): Int
Return the invalid timeout value. |