Package org.apache.calcite.avatica
Class AvaticaClientRuntimeException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.apache.calcite.avatica.AvaticaClientRuntimeException
- All Implemented Interfaces:
Serializable
The client-side representation of
AvaticaRuntimeException. This exception is not intended
for consumption by clients, AvaticaSqlException serves that purpose. This exception only
exists to pass the original error attributes to a higher level of execution without modifying
existing exception-handling logic.- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionAvaticaClientRuntimeException(String errorMessage, int errorCode, String sqlState, AvaticaSeverity severity, List<String> serverExceptions, Service.RpcMetadataResponse metadata) AvaticaClientRuntimeException(String message, Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
-
Constructor Details
-
AvaticaClientRuntimeException
public AvaticaClientRuntimeException(String errorMessage, int errorCode, String sqlState, AvaticaSeverity severity, List<String> serverExceptions, Service.RpcMetadataResponse metadata) -
AvaticaClientRuntimeException
-
-
Method Details