org.apache.qpid.management.wsdm.common
Class EntityInstanceNotFoundFault

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.apache.muse.ws.addressing.soap.SoapFault
              extended by org.apache.muse.ws.resource.basefaults.BaseFault
                  extended by org.apache.qpid.management.wsdm.common.QManFault
                      extended by org.apache.qpid.management.wsdm.common.EntityInstanceNotFoundFault
All Implemented Interfaces:
Serializable, org.apache.muse.util.xml.XmlSerializable

public class EntityInstanceNotFoundFault
extends QManFault

Thrown when some operation has been requested on an entity and the entity hasn't been found on the managed domain.

See Also:
Serialized Form

Constructor Summary
EntityInstanceNotFoundFault(org.apache.muse.ws.addressing.EndpointReference endpointReference, ObjectName targetEntityName)
          Builds a new exception with the given endpoint reference and the object name of the entity that wasn't found.
 
Method Summary
 
Methods inherited from class org.apache.muse.ws.resource.basefaults.BaseFault
getDescription, getDetail, getErrorCode, getErrorCodeDialect, getName, getOriginReference, getTimestamp, setErrorCode, setOriginReference
 
Methods inherited from class org.apache.muse.ws.addressing.soap.SoapFault
getCode, getMessage, getNodeURI, getReason, getRoleURI, getSubCode, setCode, setDetail, setNodeURI, setReason, setRoleURI, setSubCode, toXML, toXML
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, 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

EntityInstanceNotFoundFault

public EntityInstanceNotFoundFault(org.apache.muse.ws.addressing.EndpointReference endpointReference,
                                   ObjectName targetEntityName)
Builds a new exception with the given endpoint reference and the object name of the entity that wasn't found.

Parameters:
endpointReference - the origin endpoint reference of this exception.
targetEntityName - the object name of the not found entity.


Licensed to the Apache Software Foundation