|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
org.apache.muse.ws.addressing.soap.SoapFault
org.apache.muse.ws.resource.basefaults.BaseFault
org.apache.qpid.management.wsdm.common.QManFault
org.apache.qpid.management.wsdm.common.NoSuchAttributeFault
public class NoSuchAttributeFault
This is the exception encapsulating the fault that will be thrown when a requested attribute is not found on the target ws resource.
Constructor Summary | |
---|---|
NoSuchAttributeFault(org.apache.muse.ws.addressing.EndpointReference endpointReference,
String attributeName)
Builds a new exception with the given endpoint reference, JMX object name and attribute that hasn't been found. |
Method Summary | |
---|---|
Element |
getDetail()
|
Methods inherited from class org.apache.muse.ws.resource.basefaults.BaseFault |
---|
getDescription, 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 |
---|
public NoSuchAttributeFault(org.apache.muse.ws.addressing.EndpointReference endpointReference, String attributeName)
endpointReference
- the endpoint reference.attributeName
- the name of the attribute that hasn't been found.Method Detail |
---|
public Element getDetail()
getDetail
in class org.apache.muse.ws.resource.basefaults.BaseFault
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |