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

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

public class InvalidSetResourcePropertiesRequestContentFaultException
extends AbstractBaseFaultException

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

Author:
Ian P. Springer
See Also:
Serialized Form

Constructor Summary
InvalidSetResourcePropertiesRequestContentFaultException(NamespaceVersionHolder namespaces, MetaDataViolationException mdve)
          Constructs a new BaseFaultException with the specified SOAP message and actor.
InvalidSetResourcePropertiesRequestContentFaultException(NamespaceVersionHolder namespaces, java.lang.String description)
          Constructs a new InvalidSetResourcePropertiesRequestContentFaultException.
 
Method Summary
 javax.xml.namespace.QName getBaseFaultName()
          Returns the element name for this base fault.
 
Methods inherited from class org.apache.ws.resource.faults.AbstractBaseFaultException
getDescription, getDetail, getErrorCode, getFaultCause, getNamespaceSet, getOriginator, getTimestamp, setDescription, setErrorCode, setFaultCause, setOriginator, setTimestamp, toString, toXmlObject
 
Methods inherited from class org.apache.ws.resource.faults.FaultException
addDetailEntry, addDetailEntry
 
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
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

InvalidSetResourcePropertiesRequestContentFaultException

public InvalidSetResourcePropertiesRequestContentFaultException(NamespaceVersionHolder namespaces,
                                                                java.lang.String description)
Constructs a new InvalidSetResourcePropertiesRequestContentFaultException.

Parameters:
description - a WS-BaseFaults description

InvalidSetResourcePropertiesRequestContentFaultException

public InvalidSetResourcePropertiesRequestContentFaultException(NamespaceVersionHolder namespaces,
                                                                MetaDataViolationException mdve)
Constructs a new BaseFaultException with the specified SOAP message and actor.

Parameters:
mdve -
Method Detail

getBaseFaultName

public javax.xml.namespace.QName getBaseFaultName()
Returns the element name for this base fault.

Specified by:
getBaseFaultName in class AbstractBaseFaultException
Returns:
the element name for this base fault


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