org.teiid.connector.api
Class DataNotAvailableException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.metamatrix.core.MetaMatrixCoreException
              extended by org.teiid.connector.api.ConnectorException
                  extended by org.teiid.connector.api.DataNotAvailableException
All Implemented Interfaces:
java.io.Serializable

public class DataNotAvailableException
extends ConnectorException

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 com.metamatrix.core.MetaMatrixCoreException
code
 
Constructor Summary
DataNotAvailableException()
           
DataNotAvailableException(long retryDelay)
           
 
Method Summary
 long getRetryDelay()
           
 
Methods inherited from class com.metamatrix.core.MetaMatrixCoreException
getCode, getMessage
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, 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

DataNotAvailableException

public DataNotAvailableException()

DataNotAvailableException

public DataNotAvailableException(long retryDelay)
Method Detail

getRetryDelay

public long getRetryDelay()


Copyright © 2009. All Rights Reserved.