Uses of Class
org.apache.calcite.avatica.remote.Service.ErrorResponse
-
Packages that use Service.ErrorResponse Package Description org.apache.calcite.avatica.remote JDBC driver that uses remote procedure calls. -
-
Uses of Service.ErrorResponse in org.apache.calcite.avatica.remote
Methods in org.apache.calcite.avatica.remote that return Service.ErrorResponse Modifier and Type Method Description (package private) Service.ErrorResponseService.ErrorResponse. deserialize(com.google.protobuf.Message genericMsg)(package private) Service.ErrorResponseAbstractHandler. unwrapException(java.lang.Exception e)Unwrap Avatica-specific context about a given exception.
-