public class CloudSpannerSQLException extends SQLException
SQLException for Google Cloud Spanner| Constructor and Description |
|---|
CloudSpannerSQLException(com.google.cloud.spanner.SpannerException e) |
CloudSpannerSQLException(String message,
com.google.rpc.Code code) |
CloudSpannerSQLException(String message,
com.google.rpc.Code code,
Throwable cause) |
CloudSpannerSQLException(String message,
com.google.cloud.spanner.SpannerException e) |
| Modifier and Type | Method and Description |
|---|---|
com.google.rpc.Code |
getCode() |
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 CloudSpannerSQLException(String message, com.google.rpc.Code code)
public CloudSpannerSQLException(String message, com.google.rpc.Code code, Throwable cause)
public CloudSpannerSQLException(com.google.cloud.spanner.SpannerException e)
public CloudSpannerSQLException(String message, com.google.cloud.spanner.SpannerException e)
Copyright © 2017. All rights reserved.