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, getSQLStateaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic 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-2022 Red Hat, Inc. All Rights Reserved.