public interface JdbcSqlException
SQLException
s. All SQLException
s that are
thrown by the Cloud Spanner JDBC driver implement this interface.Modifier and Type | Method and Description |
---|---|
Throwable |
getCause() |
com.google.rpc.Code |
getCode()
Returns the corresponding gRPC code for this exception
|
int |
getErrorCode()
Returns the gRPC error code as an int
|
String |
getMessage() |
String |
getSQLState() |
String getMessage()
Throwable.getMessage()
Throwable getCause()
Throwable.getCause()
String getSQLState()
SQLException.getSQLState()
int getErrorCode()
com.google.rpc.Code getCode()
Copyright © 2019 Google LLC. All rights reserved.