Class JdbcSqlExceptionFactory.JdbcSqlTimeoutException

All Implemented Interfaces:
JdbcSqlException, Serializable, Iterable<Throwable>
Enclosing class:
JdbcSqlExceptionFactory

public static class JdbcSqlExceptionFactory.JdbcSqlTimeoutException extends SQLTimeoutException implements JdbcSqlException
Specific SQLException that is thrown when a statement times out
See Also:
  • Method Details

    • getCode

      public com.google.rpc.Code getCode()
      Description copied from interface: JdbcSqlException
      Returns the corresponding gRPC code for this exception
      Specified by:
      getCode in interface JdbcSqlException