org.apache.ws.resource.properties.query
Class QueryEvaluationErrorException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.apache.ws.resource.properties.query.QueryEvaluationErrorException
All Implemented Interfaces:
java.io.Serializable

public class QueryEvaluationErrorException
extends java.lang.Exception

Indicates the Query Expression failed during evaluation.

See Also:
Serialized Form

Constructor Summary
QueryEvaluationErrorException(java.lang.String message)
          Creates a new QueryEvaluationErrorException object.
QueryEvaluationErrorException(java.lang.String message, java.lang.Throwable cause)
          Creates a new QueryEvaluationErrorException object.
QueryEvaluationErrorException(java.lang.Throwable cause)
          Creates a new QueryEvaluationErrorException object.
 
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

QueryEvaluationErrorException

public QueryEvaluationErrorException(java.lang.String message)
Creates a new QueryEvaluationErrorException object.

Parameters:
message - DOCUMENT_ME

QueryEvaluationErrorException

public QueryEvaluationErrorException(java.lang.Throwable cause)
Creates a new QueryEvaluationErrorException object.

Parameters:
cause - DOCUMENT_ME

QueryEvaluationErrorException

public QueryEvaluationErrorException(java.lang.String message,
                                     java.lang.Throwable cause)
Creates a new QueryEvaluationErrorException object.

Parameters:
message - DOCUMENT_ME
cause - DOCUMENT_ME


Copyright © 2004-2005 Apache Software Foundation. All Rights Reserved.