public class QueryTimeoutException extends JDBCException
Constructor and Description |
---|
QueryTimeoutException(String message,
SQLException sqlException,
String sql)
Constructs a QueryTimeoutException using the supplied information.
|
getErrorCode, getSQL, getSQLException, getSQLState
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public QueryTimeoutException(String message, SQLException sqlException, String sql)
message
- The message explaining the exception conditionsqlException
- The underlying SQLExceptionsql
- The sql being executed when the exception occurred.Copyright © 2001-2015 Red Hat, Inc. All Rights Reserved.