All Packages Class Hierarchy This Package Previous Next Index
Class PREDATOR.UnterminatedQueryException
java.lang.Object
|
+----java.lang.Throwable
|
+----java.lang.Exception
|
+----PREDATOR.UnterminatedQueryException
- public class UnterminatedQueryException
- extends Exception
The exception thrown when a query has not yet been terminated, but
an attempt is made to close the connection or to process a new query.
- See Also:
- processQuery, close
-
UnterminatedQueryException()
- Constructs a UnterminatedQueryException without a detail message.
-
UnterminatedQueryException(String)
- Constructs a UnterminatedQueryException with the specified message.
UnterminatedQueryException
public UnterminatedQueryException()
- Constructs a UnterminatedQueryException without a detail message.
UnterminatedQueryException
public UnterminatedQueryException(String Message)
- Constructs a UnterminatedQueryException with the specified message.
All Packages Class Hierarchy This Package Previous Next Index