Class SQLRuntimeException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.denodo.scheduler.client.commons.exceptions.SQLRuntimeException
All Implemented Interfaces:
Serializable

public class SQLRuntimeException extends RuntimeException
Runtime version of a SQLException, that reports if when it was thrown there were any batched connections at that time (batched connections can provoke other transactions to fail due to database isolation restrictions).
Since:
8.0
See Also:
  • Field Details

  • Constructor Details

    • SQLRuntimeException

      public SQLRuntimeException()
    • SQLRuntimeException

      public SQLRuntimeException(boolean batchedWarning)
    • SQLRuntimeException

      public SQLRuntimeException(SQLException cause, boolean batchedWarning)
  • Method Details

    • isBatchedConnectionsWhenThrown

      public boolean isBatchedConnectionsWhenThrown()