public class ExecutionCanceledSqlException extends SQLNonTransientException
Intended for throwing by methods that start SQL statement execution (e.g.,
Statement#execute) or return data from execution (e.g.,
ResultSet methods).
| Constructor and Description |
|---|
ExecutionCanceledSqlException(String reason)
|
getErrorCode, getNextException, getSQLState, iterator, setNextExceptionaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitforEach, spliteratorpublic ExecutionCanceledSqlException(String reason)
Copyright © 2021 The Apache Software Foundation. All rights reserved.