org.globus.wsrf.query
Class QueryEvaluationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.globus.common.ChainedException
org.globus.wsrf.query.QueryException
org.globus.wsrf.query.QueryEvaluationException
- All Implemented Interfaces:
- java.io.Serializable
- public class QueryEvaluationException
- extends QueryException
This exception is raised when evaluation of a query fails.
- See Also:
- Serialized Form
| Fields inherited from class org.globus.common.ChainedException |
|
| Fields inherited from class java.lang.Exception |
|
| Fields inherited from class java.lang.Throwable |
|
|
Constructor Summary |
QueryEvaluationException()
Creates a QueryEvaluationException without error message. |
QueryEvaluationException(java.lang.String message)
Creates a QueryEvaluationException with a given error message. |
QueryEvaluationException(java.lang.String message,
java.lang.Throwable exception)
Creates a QueryEvaluationException with a given error message and nested
exception. |
QueryEvaluationException(java.lang.Throwable exception)
Creates a QueryEvaluationException 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 |
QueryEvaluationException
public QueryEvaluationException()
- Creates a QueryEvaluationException without error message.
QueryEvaluationException
public QueryEvaluationException(java.lang.String message)
- Creates a QueryEvaluationException with a given error message.
- Parameters:
message - error message
QueryEvaluationException
public QueryEvaluationException(java.lang.String message,
java.lang.Throwable exception)
- Creates a QueryEvaluationException with a given error message and nested
exception.
- Parameters:
message - error messageexception - nested exception
QueryEvaluationException
public QueryEvaluationException(java.lang.Throwable exception)
- Creates a QueryEvaluationException from a nested exception.
- Parameters:
exception - nested exception