public class QueryTimeoutException extends JDBCException
Constructor and Description |
---|
QueryTimeoutException(java.lang.String message,
java.sql.SQLException sqlException,
java.lang.String sql)
Constructs a QueryTimeoutException using the supplied information.
|
getErrorCode, getSQL, getSQLException, getSQLState
public QueryTimeoutException(java.lang.String message, java.sql.SQLException sqlException, java.lang.String sql)
message
- The message explaining the exception conditionsqlException
- The underlying SQLExceptionsql
- The sql being executed when the exception occurred.Copyright © 2001-2018 Red Hat, Inc. All Rights Reserved.