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
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 Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionSQLRuntimeException(boolean batchedWarning) SQLRuntimeException(SQLException cause, boolean batchedWarning) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Field Details
-
serialVersionUID
protected static final long serialVersionUID- See Also:
-
-
Constructor Details
-
SQLRuntimeException
public SQLRuntimeException() -
SQLRuntimeException
public SQLRuntimeException(boolean batchedWarning) -
SQLRuntimeException
-
-
Method Details
-
isBatchedConnectionsWhenThrown
public boolean isBatchedConnectionsWhenThrown()
-