public final class BigQueryException extends BaseServiceException
BaseServiceException.ErrorUNKNOWN_CODE| Constructor and Description |
|---|
BigQueryException(int code,
String message) |
BigQueryException(int code,
String message,
BigQueryError error) |
BigQueryException(int code,
String message,
Throwable cause) |
BigQueryException(IOException exception) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
BigQueryError |
error()
Returns the
BigQueryError that caused this exception. |
int |
hashCode() |
protected Set<BaseServiceException.Error> |
retryableErrors() |
code, debugInfo, idempotent, isRetryable, isRetryable, location, reason, retryable, translateAndPropagateIfPossibleaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic BigQueryException(int code,
String message)
public BigQueryException(int code,
String message,
BigQueryError error)
public BigQueryException(IOException exception)
public BigQueryError error()
BigQueryError that caused this exception. Returns null if none
exists.protected Set<BaseServiceException.Error> retryableErrors()
retryableErrors in class BaseServiceExceptionpublic boolean equals(Object obj)
equals in class BaseServiceExceptionpublic int hashCode()
hashCode in class BaseServiceExceptionCopyright © 2016 Google. All rights reserved.