spring-framework / org.springframework.transaction / InvalidIsolationLevelException

InvalidIsolationLevelException

open class InvalidIsolationLevelException : TransactionUsageException

Exception that gets thrown when an invalid isolation level is specified, i.e. an isolation level that the transaction manager implementation doesn't support.

Author
Juergen Hoeller

Since
12.05.2003

Constructors

<init>

InvalidIsolationLevelException(msg: String)

Constructor for InvalidIsolationLevelException.