public final class BigQuerySQLException extends SQLException
| Constructor and Description |
|---|
BigQuerySQLException() |
BigQuerySQLException(List<BigQueryError> errors) |
BigQuerySQLException(List<BigQueryError> errors,
Throwable cause) |
BigQuerySQLException(String msg) |
BigQuerySQLException(String reason,
List<BigQueryError> errors) |
BigQuerySQLException(String reason,
String sqlState,
int errorCode,
List<BigQueryError> errors) |
BigQuerySQLException(String reason,
String sqlState,
int errorCode,
Throwable cause,
List<BigQueryError> errors) |
BigQuerySQLException(String reason,
String sqlState,
List<BigQueryError> errors) |
BigQuerySQLException(String reason,
Throwable cause,
List<BigQueryError> errors) |
| Modifier and Type | Method and Description |
|---|---|
List<BigQueryError> |
getErrors()
Returns a list of
BigQueryErrors that caused this exception. |
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 BigQuerySQLException()
public BigQuerySQLException(String msg)
public BigQuerySQLException(List<BigQueryError> errors)
public BigQuerySQLException(List<BigQueryError> errors, Throwable cause)
public BigQuerySQLException(String reason, List<BigQueryError> errors)
public BigQuerySQLException(String reason, Throwable cause, List<BigQueryError> errors)
public BigQuerySQLException(String reason, String sqlState, List<BigQueryError> errors)
public BigQuerySQLException(String reason, String sqlState, int errorCode, List<BigQueryError> errors)
public BigQuerySQLException(String reason, String sqlState, int errorCode, Throwable cause, List<BigQueryError> errors)
public List<BigQueryError> getErrors()
BigQueryErrors that caused this exception. Returns null if
none exists.Copyright © 2023 Google LLC. All rights reserved.