to.etc.webapp.query
Class QQueryTimeoutException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by to.etc.webapp.nls.CodeException
                  extended by to.etc.webapp.query.QDbException
                      extended by to.etc.webapp.query.QQueryTimeoutException
All Implemented Interfaces:
java.io.Serializable

public class QQueryTimeoutException
extends QDbException

Thrown when a statement aborts with a query timeout exception, as caused when Statement.setQueryTimeout(int) is used.

Author:
Frits Jalvingh Created on Feb 11, 2011
See Also:
Serialized Form

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

QQueryTimeoutException

public QQueryTimeoutException()

QQueryTimeoutException

public QQueryTimeoutException(java.lang.Throwable x)