Package org.jdbi.v3.core.transaction
Class UnableToManipulateTransactionIsolationLevelException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.jdbi.v3.core.JdbiException
-
- org.jdbi.v3.core.transaction.UnableToManipulateTransactionIsolationLevelException
-
- All Implemented Interfaces:
java.io.Serializable
public class UnableToManipulateTransactionIsolationLevelException extends JdbiException
Thrown whenJdbiisn't able to change the transaction isolation level.- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description private static longserialVersionUID
-
Constructor Summary
Constructors Constructor Description UnableToManipulateTransactionIsolationLevelException(int i, java.sql.SQLException e)UnableToManipulateTransactionIsolationLevelException(java.lang.String msg, java.sql.SQLException e)
-
-
-
Field Detail
-
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
UnableToManipulateTransactionIsolationLevelException
public UnableToManipulateTransactionIsolationLevelException(int i, java.sql.SQLException e)
-
UnableToManipulateTransactionIsolationLevelException
public UnableToManipulateTransactionIsolationLevelException(java.lang.String msg, java.sql.SQLException e)
-
-