Package scriptella.core
Class EtlCancelledException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
scriptella.core.SystemException
scriptella.core.EtlCancelledException
- All Implemented Interfaces:
Serializable
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 Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voidA helper method which check if the current thread is interruptedMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
EtlCancelledException
public EtlCancelledException()
-
-
Method Details
-
checkEtlCancelled
A helper method which check if the current thread is interrupted- Throws:
EtlCancelledException- if ETL operation is cancelled.
-