|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.teiid.core.TeiidRuntimeException
org.teiid.translator.DataNotAvailableException
public class DataNotAvailableException
Used by asynch connectors to indicate data is not available and results should be polled for after the given delay.
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 |
---|
public DataNotAvailableException()
public DataNotAvailableException(long retryDelay)
Method Detail |
---|
public long getRetryDelay()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |