Package oracle.kv
Class PrepareQueryException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
oracle.kv.FastExternalizableException
oracle.kv.PrepareQueryException
- All Implemented Interfaces:
Serializable
,oracle.kv.impl.util.FastExternalizable
An exception thrown when a prepared query is executed and the query must
be re-prepared by the application before it can be executed.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
writeFastExternal
(DataOutput out, short serialVersion) Writes the FastExternalizable object to the DataOutput.Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface oracle.kv.impl.util.FastExternalizable
deserializedForm
-
Constructor Details
-
PrepareQueryException
-
PrepareQueryException
- Throws:
IOException
-
-
Method Details
-
writeFastExternal
Description copied from interface:oracle.kv.impl.util.FastExternalizable
Writes the FastExternalizable object to the DataOutput. To read the object, use a constructor or factory method as described in the class comments.- Parameters:
out
- the output streamserialVersion
- the serial version- Throws:
IOException
- if there is a problem writing to the output stream
-