Uses of Class
org.apache.calcite.avatica.AvaticaSeverity
-
Packages that use AvaticaSeverity Package Description org.apache.calcite.avatica Avatica JDBC framework.org.apache.calcite.avatica.remote JDBC driver that uses remote procedure calls. -
-
Uses of AvaticaSeverity in org.apache.calcite.avatica
Fields in org.apache.calcite.avatica declared as AvaticaSeverity Modifier and Type Field Description private AvaticaSeverityAvaticaClientRuntimeException. severityMethods in org.apache.calcite.avatica that return AvaticaSeverity Modifier and Type Method Description static AvaticaSeverityAvaticaSeverity. fromProto(Common.Severity proto)AvaticaSeverityAvaticaClientRuntimeException. getSeverity()static AvaticaSeverityAvaticaSeverity. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static AvaticaSeverity[]AvaticaSeverity. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.apache.calcite.avatica with parameters of type AvaticaSeverity Constructor Description AvaticaClientRuntimeException(java.lang.String errorMessage, int errorCode, java.lang.String sqlState, AvaticaSeverity severity, java.util.List<java.lang.String> serverExceptions, Service.RpcMetadataResponse metadata) -
Uses of AvaticaSeverity in org.apache.calcite.avatica.remote
Fields in org.apache.calcite.avatica.remote declared as AvaticaSeverity Modifier and Type Field Description private AvaticaSeverityAvaticaRuntimeException. severityAvaticaSeverityService.ErrorResponse. severityMethods in org.apache.calcite.avatica.remote that return AvaticaSeverity Modifier and Type Method Description AvaticaSeverityAvaticaRuntimeException. getSeverity()Returns the severity at which this exception is thrown.Constructors in org.apache.calcite.avatica.remote with parameters of type AvaticaSeverity Constructor Description AvaticaRuntimeException(java.lang.String errorMessage, int errorCode, java.lang.String sqlState, AvaticaSeverity severity)Constructs anAvaticaRuntimeExceptionwith the given contextual information surrounding the error.ErrorResponse(java.lang.Exception e, java.lang.String errorMessage, int code, java.lang.String sqlState, AvaticaSeverity severity, Service.RpcMetadataResponse rpcMetadata)ErrorResponse(java.lang.String errorMessage, int code, java.lang.String sqlState, AvaticaSeverity severity, java.util.List<java.lang.String> exceptions, Service.RpcMetadataResponse rpcMetadata)ErrorResponse(java.util.List<java.lang.String> exceptions, java.lang.String errorMessage, int errorCode, java.lang.String sqlState, AvaticaSeverity severity, Service.RpcMetadataResponse rpcMetadata)
-