Package org.apache.calcite.avatica
Class NoSuchStatementException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.apache.calcite.avatica.NoSuchStatementException
-
- All Implemented Interfaces:
java.io.Serializable
public class NoSuchStatementException extends java.lang.ExceptionAn Exception that denotes that the given Statement is not cached.- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description private static longserialVersionUIDprivate Meta.StatementHandlestmtHandle
-
Constructor Summary
Constructors Constructor Description NoSuchStatementException(Meta.StatementHandle stmtHandle)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Meta.StatementHandlegetStatementHandle()
-
-
-
Field Detail
-
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
-
stmtHandle
private final Meta.StatementHandle stmtHandle
-
-
Constructor Detail
-
NoSuchStatementException
public NoSuchStatementException(Meta.StatementHandle stmtHandle)
-
-
Method Detail
-
getStatementHandle
public Meta.StatementHandle getStatementHandle()
-
-