|
||||||||||
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
to.etc.webapp.nls.CodeException
to.etc.webapp.query.QDbException
to.etc.webapp.query.QQueryTimeoutException
public class QQueryTimeoutException
Thrown when a statement aborts with a query timeout exception, as caused when
Statement.setQueryTimeout(int)
is used.
Field Summary |
---|
Fields inherited from class to.etc.webapp.query.QDbException |
---|
BUNDLE |
Constructor Summary | |
---|---|
QQueryTimeoutException()
|
|
QQueryTimeoutException(java.lang.Throwable x)
|
Method Summary |
---|
Methods inherited from class to.etc.webapp.query.QDbException |
---|
findTranslation |
Methods inherited from class to.etc.webapp.nls.CodeException |
---|
getBundle, getCode, getMessage, getParameters |
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 |
---|
public QQueryTimeoutException()
public QQueryTimeoutException(java.lang.Throwable x)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |