spring-framework / org.springframework.transaction / InvalidTimeoutException

InvalidTimeoutException

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

Constructors

<init>

InvalidTimeoutException(msg: String, timeout: Int)

Constructor for InvalidTimeoutException.

Functions

getTimeout

open fun getTimeout(): Int

Return the invalid timeout value.