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

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

public class ResourcePropertyRetrievalFailedFaultException
extends FaultException

A fault exception to be used when a refresh callback operation fails.

Author:
Sal Campana
See Also:
Serialized Form

Constructor Summary
ResourcePropertyRetrievalFailedFaultException(javax.xml.namespace.QName faultCode, java.lang.String faultString)
          Creates a new FaultException 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

ResourcePropertyRetrievalFailedFaultException

public ResourcePropertyRetrievalFailedFaultException(javax.xml.namespace.QName faultCode,
                                                     java.lang.String faultString)
Creates a new FaultException object.

Parameters:
faultCode - DOCUMENT_ME
faultString - DOCUMENT_ME


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