Class EtlCancelledException

All Implemented Interfaces:
Serializable

public class EtlCancelledException extends SystemException
Thrown to indicate ETL interruption.

This exception is handled by a core execution engine and should be propagated by drivers.

Version:
1.0
Author:
Fyodor Kupolov
See Also:
  • Constructor Details

    • EtlCancelledException

      public EtlCancelledException()
  • Method Details

    • checkEtlCancelled

      public static void checkEtlCancelled() throws EtlCancelledException
      A helper method which check if the current thread is interrupted
      Throws:
      EtlCancelledException - if ETL operation is cancelled.