com.novell.nds.dirxml.driver.delimitedtext
Class WaitException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bycom.novell.nds.dirxml.driver.delimitedtext.WaitException
All Implemented Interfaces:
java.io.Serializable

public class WaitException
extends java.lang.Exception

If a PreProcessor wants the Delimited Text driver to skip an input file during the current polling period only, it throws this exception. When the driver catches this exception, it will ignore the current input file. If the file is still there after the next polling interval, the driver will again notify the PreProcessor of the file.

See Also:
PreProcessor, Serialized Form

Constructor Summary
WaitException()
           
 
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
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

WaitException

public WaitException()