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, toStringpublic ExecutionCanceledSqlException(String reason)
Copyright © 2017 The Apache Software Foundation. All rights reserved.