scriptella.core
Class EtlCancelledException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by scriptella.core.SystemException
                  extended by scriptella.core.EtlCancelledException
All Implemented Interfaces:
java.io.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:
Serialized Form

Constructor Summary
EtlCancelledException()
           
 
Method Summary
static void checkEtlCancelled()
          A helper method which check if the current thread is interrupted
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

EtlCancelledException

public EtlCancelledException()
Method Detail

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.


Copyright © Copyright 2006-2009 The Scriptella Project Team.