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
BigQueryError s that caused this exception. |
getErrorCode, getNextException, getSQLState, iterator, setNextException
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
forEach, spliterator
public 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()
BigQueryError
s that caused this exception. Returns null
if
none exists.Copyright © 2023 Google LLC. All rights reserved.