Class JdbcSqlExceptionFactory.JdbcSqlFeatureNotSupportedException

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

public static class JdbcSqlExceptionFactory.JdbcSqlFeatureNotSupportedException extends SQLFeatureNotSupportedException implements JdbcSqlException
Specific SQLException that is thrown for unsupported methods and values
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