public final class BigQueryException extends BaseHttpServiceException
BaseServiceException.Error, BaseServiceException.ExceptionData
UNKNOWN_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 |
getError()
Returns the
BigQueryError that caused this exception. |
int |
hashCode() |
getCode, getDebugInfo, getLocation, getReason, isRetryable, isRetryable, isRetryable, translate, translate
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public BigQueryException(int code, String message)
public BigQueryException(int code, String message, BigQueryError error)
public BigQueryException(IOException exception)
public BigQueryError getError()
BigQueryError
that caused this exception. Returns null
if none
exists.public boolean equals(Object obj)
equals
in class BaseServiceException
public int hashCode()
hashCode
in class BaseServiceException
Copyright © 2019 Google LLC. All rights reserved.