org.shiftone.exq.impl.query
Class QueryException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.shiftone.exq.QException
              extended byorg.shiftone.exq.impl.query.QueryException
All Implemented Interfaces:
java.io.Serializable

public class QueryException
extends QException

Class QueryException

Author:
Jeff Drost
See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.lang.Exception
 
Constructor Summary
QueryException(java.lang.String message)
          Constructor QueryException
QueryException(java.lang.String message, java.lang.Throwable rootCause)
          Constructor QueryException
 
Methods inherited from class org.shiftone.exq.QException
printStackTrace, printStackTrace, printStackTrace
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

QueryException

public QueryException(java.lang.String message)
Constructor QueryException

Parameters:
message -

QueryException

public QueryException(java.lang.String message,
                      java.lang.Throwable rootCause)
Constructor QueryException

Parameters:
message -
rootCause -