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

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.UnknownQueryExpressionDialectFaultException
All Implemented Interfaces:
java.io.Serializable

public class UnknownQueryExpressionDialectFaultException
extends BaseFaultException

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

Author:
Ian P. Springer
See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.apache.ws.resource.faults.BaseFaultException
MSG
 
Fields inherited from class java.lang.RuntimeException
 
Constructor Summary
UnknownQueryExpressionDialectFaultException(java.net.URI dialect)
          Constructs a new BaseFaultException with the specified SOAP message and actor.
 
Method Summary
 java.net.URI getDialect()
          Returns the URI of the unsupported dialect.
 
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
 

Constructor Detail

UnknownQueryExpressionDialectFaultException

public UnknownQueryExpressionDialectFaultException(java.net.URI dialect)
Constructs a new BaseFaultException with the specified SOAP message and actor.

Parameters:
dialect - the URI of the unsupported dialect
Method Detail

getDialect

public java.net.URI getDialect()
Returns the URI of the unsupported dialect.

Returns:
the URI of the unsupported dialect


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