public class QueryTimeoutException extends TransientDataAccessException
This exception can be thrown by user code trapping the native database exception or by exception translation.
| Constructor and Description | 
|---|
| QueryTimeoutException(String msg)Constructor for QueryTimeoutException. | 
| QueryTimeoutException(String msg,
                     Throwable cause)Constructor for QueryTimeoutException. | 
contains, getMessage, getMostSpecificCause, getRootCauseaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic QueryTimeoutException(String msg)
msg - the detail message