org.josql
Class QueryExecutionException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.josql.QueryExecutionException
- All Implemented Interfaces:
- Serializable
public class QueryExecutionException
- extends Exception
The exception that is thrown during the execution part of the Query
execution.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
QueryExecutionException
public QueryExecutionException(String message,
Throwable cause)
QueryExecutionException
public QueryExecutionException(String message)
Copyright © 2008 Gary Bentley. All Rights Reserved.