org.globus.wsrf.query
Class QueryException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.globus.common.ChainedException
              extended byorg.globus.wsrf.query.QueryException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
InvalidQueryExpressionException, QueryEvaluationException, UnsupportedQueryDialectException

public class QueryException
extends org.globus.common.ChainedException

This is a basic exception raised by QueryEngine or ExpressionEvaluator.

See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.globus.common.ChainedException
 
Fields inherited from class java.lang.Exception
 
Fields inherited from class java.lang.Throwable
 
Constructor Summary
QueryException()
          Creates a QueryException without error message.
QueryException(java.lang.String message)
          Creates a QueryException with a given error message.
QueryException(java.lang.String message, java.lang.Throwable exception)
          Creates a QueryException with a given error message and nested exception.
QueryException(java.lang.Throwable exception)
          Creates a QueryException from a nested exception.
 
Methods inherited from class org.globus.common.ChainedException
getException, getMessage, printStackTrace, printStackTrace, printStackTrace
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, 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()
Creates a QueryException without error message.


QueryException

public QueryException(java.lang.String message)
Creates a QueryException with a given error message.

Parameters:
message - error message

QueryException

public QueryException(java.lang.String message,
                      java.lang.Throwable exception)
Creates a QueryException with a given error message and nested exception.

Parameters:
message - error message
exception - nested exception/

QueryException

public QueryException(java.lang.Throwable exception)
Creates a QueryException from a nested exception.

Parameters:
exception - nested exception