Package org.apache.calcite.avatica
Class MissingResultsException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.apache.calcite.avatica.MissingResultsException
-
- All Implemented Interfaces:
java.io.Serializable
public class MissingResultsException extends java.lang.ExceptionAn Exception which denotes that a cached Statement is present but has noResultSet.- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description private Meta.StatementHandlehandleprivate static longserialVersionUID
-
Constructor Summary
Constructors Constructor Description MissingResultsException(Meta.StatementHandle handle)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Meta.StatementHandlegetHandle()
-
-
-
Field Detail
-
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
-
handle
private final Meta.StatementHandle handle
-
-
Constructor Detail
-
MissingResultsException
public MissingResultsException(Meta.StatementHandle handle)
-
-
Method Detail
-
getHandle
public Meta.StatementHandle getHandle()
-
-