public class DataNotAvailableException
extends org.teiid.core.TeiidRuntimeException
Modifier and Type | Field and Description |
---|---|
static DataNotAvailableException |
NO_POLLING
Indicate that the engine should not poll for results and will be notified
via the
ExecutionContext.dataAvailable() method. |
Constructor and Description |
---|
DataNotAvailableException()
Uses a delay of 0, which implies an immediate poll for results.
|
DataNotAvailableException(long retryDelay)
Uses the given retryDelay.
|
Modifier and Type | Method and Description |
---|---|
long |
getRetryDelay() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
public static final DataNotAvailableException NO_POLLING
ExecutionContext.dataAvailable()
method.public DataNotAvailableException()
public DataNotAvailableException(long retryDelay)
NO_POLLING
and will be notified
via the ExecutionContext.dataAvailable()
method.retryDelay
- in millisecondsCopyright © 2012 JBoss by Red Hat. All Rights Reserved.