org.apache.ws.resource.properties.faults
Class InvalidQueryExpressionFaultException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.lang.RuntimeException
              extended byjavax.xml.rpc.soap.SOAPFaultException
                  extended byorg.apache.ws.resource.faults.BaseFaultException
                      extended byorg.apache.ws.resource.properties.faults.InvalidQueryExpressionFaultException
All Implemented Interfaces:
java.io.Serializable

public class InvalidQueryExpressionFaultException
extends BaseFaultException

LOG-DONE WS-ResourceProperties InvalidQueryExpression fault type implemented as a Java exception.

Author:
Ian P. Springer
See Also:
Serialized Form

Field Summary
static org.apache.ws.util.i18n.Messages MSG
           
 
Fields inherited from class java.lang.RuntimeException
 
Constructor Summary
InvalidQueryExpressionFaultException(QueryExpression queryExpr)
          Constructs a new BaseFaultException with the specified SOAP message and actor.
InvalidQueryExpressionFaultException(XPathExpression xpathExpr)
          Constructs a new BaseFaultException with the specified SOAP message and actor.
 
Methods inherited from class org.apache.ws.resource.faults.BaseFaultException
getDescription, getErrorCode, getFaultCause, getName, getOriginator, getTimestamp, setDescription, setErrorCode, setFaultCause, setOriginator, setTimestamp, toString
 
Methods inherited from class javax.xml.rpc.soap.SOAPFaultException
getDetail, getFaultActor, getFaultCode, getFaultString
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

MSG

public static final org.apache.ws.util.i18n.Messages MSG
Constructor Detail

InvalidQueryExpressionFaultException

public InvalidQueryExpressionFaultException(QueryExpression queryExpr)
Constructs a new BaseFaultException with the specified SOAP message and actor.

Parameters:
queryExpr - the invalid expression

InvalidQueryExpressionFaultException

public InvalidQueryExpressionFaultException(XPathExpression xpathExpr)
Constructs a new BaseFaultException with the specified SOAP message and actor.

Parameters:
xpathExpr - the invalid expression


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