org.teiid.translator
Class DataNotAvailableException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.teiid.core.TeiidRuntimeException
                  extended by org.teiid.translator.DataNotAvailableException
All Implemented Interfaces:
java.io.Serializable

public class DataNotAvailableException
extends TeiidRuntimeException

Used by asynch connectors to indicate data is not available and results should be polled for after the given delay.

See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.teiid.core.TeiidRuntimeException
CAUSED_BY_STRING
 
Constructor Summary
DataNotAvailableException()
           
DataNotAvailableException(long retryDelay)
           
 
Method Summary
 long getRetryDelay()
           
 
Methods inherited from class org.teiid.core.TeiidRuntimeException
getChild, getClassShortName, getCode, getIntCode, superPrintStackTrace, superPrintStackTrace, toString
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DataNotAvailableException

public DataNotAvailableException()

DataNotAvailableException

public DataNotAvailableException(long retryDelay)
Method Detail

getRetryDelay

public long getRetryDelay()


Copyright © 2011. All Rights Reserved.