Class RetryTransactionException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.apache.druid.metadata.RetryTransactionException
All Implemented Interfaces:
Serializable

public class RetryTransactionException extends RuntimeException
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 Details

    • RetryTransactionException

      public RetryTransactionException(String message)