org.apache.ws.resource.faults
Class ResourceKeyHeaderNotFoundFaultException

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.FaultException
                      extended byorg.apache.ws.resource.faults.ResourceKeyHeaderNotFoundFaultException
All Implemented Interfaces:
java.io.Serializable

public class ResourceKeyHeaderNotFoundFaultException
extends FaultException

A fault that is thrown when the expected resource identifier header element is not found in a SOAP request Header. The name of the header element that is expected for a particular type of resource is configured via the resourceKeyName parameter for that resource's home in the Apache WSRF JNDI configuration file.

See Also:
Serialized Form

Constructor Summary
ResourceKeyHeaderNotFoundFaultException(javax.xml.namespace.QName expectedHeaderName)
          Creates a new ResourceKeyHeaderNotFoundFaultException object.
 
Methods inherited from class org.apache.ws.resource.faults.FaultException
addDetailEntry, addDetailEntry, getDetail
 
Methods inherited from class javax.xml.rpc.soap.SOAPFaultException
getFaultActor, getFaultCode, getFaultString
 
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

ResourceKeyHeaderNotFoundFaultException

public ResourceKeyHeaderNotFoundFaultException(javax.xml.namespace.QName expectedHeaderName)
Creates a new ResourceKeyHeaderNotFoundFaultException object.

Parameters:
expectedHeaderName - DOCUMENT_ME


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