Class AvaticaClientRuntimeException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.apache.calcite.avatica.AvaticaClientRuntimeException
All Implemented Interfaces:
Serializable

public class AvaticaClientRuntimeException extends RuntimeException
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: