Class MissingResultsException

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

public class MissingResultsException extends Exception
An Exception which denotes that a cached Statement is present but has no ResultSet.
See Also: