org.josql
Class QueryExecutionException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by 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

Constructor Summary
QueryExecutionException(String message)
           
QueryExecutionException(String message, Throwable cause)
           
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

QueryExecutionException

public QueryExecutionException(String message,
                               Throwable cause)

QueryExecutionException

public QueryExecutionException(String message)


  Copyright © 2008 Gary Bentley. All Rights Reserved.