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:
Serializable

public class UnableToManipulateTransactionIsolationLevelException extends JdbiException
Thrown when Jdbi isn't able to change the transaction isolation level.
See Also:
  • Constructor Details

    • UnableToManipulateTransactionIsolationLevelException

      public UnableToManipulateTransactionIsolationLevelException(int i, SQLException e)
    • UnableToManipulateTransactionIsolationLevelException

      public UnableToManipulateTransactionIsolationLevelException(String msg, SQLException e)