Package org.apache.druid.metadata
Class RetryTransactionException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.apache.druid.metadata.RetryTransactionException
- All Implemented Interfaces:
Serializable
Exception thrown by SQL connector code when it wants a transaction to be retried. This exception is checked for
by
SQLMetadataConnector.isTransientException(Throwable).- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
RetryTransactionException
-