Serialized Form
-
Package org.apache.calcite.avatica
-
Exception org.apache.calcite.avatica.AvaticaClientRuntimeException
class AvaticaClientRuntimeException extends RuntimeException implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
errorCode
int errorCode
-
metadata
Service.RpcMetadataResponse metadata
-
serverExceptions
List<String> serverExceptions
-
severity
AvaticaSeverity severity
-
sqlState
String sqlState
-
-
Exception org.apache.calcite.avatica.AvaticaSqlException
class AvaticaSqlException extends SQLException implements Serializable- serialVersionUID:
- 1L
-
Exception org.apache.calcite.avatica.MissingResultsException
class MissingResultsException extends Exception implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
handle
Meta.StatementHandle handle
-
-
Exception org.apache.calcite.avatica.NoSuchConnectionException
class NoSuchConnectionException extends RuntimeException implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
connectionId
String connectionId
-
-
Exception org.apache.calcite.avatica.NoSuchStatementException
class NoSuchStatementException extends Exception implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
stmtHandle
Meta.StatementHandle stmtHandle
-
-
-
Package org.apache.calcite.avatica.remote
-
Exception org.apache.calcite.avatica.remote.AvaticaRuntimeException
class AvaticaRuntimeException extends RuntimeException implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
errorCode
int errorCode
-
errorMessage
String errorMessage
-
severity
AvaticaSeverity severity
-
sqlState
String sqlState
-
-
-
Package org.apache.calcite.avatica.util
-
Class org.apache.calcite.avatica.util.ByteString
class ByteString extends Object implements Serializable-
Serialized Fields
-
bytes
byte[] bytes
-
-
-