org.apache.muse.ws.dm.muws.ext.faults
Class RelationshipCreationFailedFault

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.apache.muse.ws.addressing.soap.SoapFault
              extended byorg.apache.muse.ws.resource.basefaults.BaseFault
                  extended byorg.apache.muse.ws.dm.muws.ext.faults.RelationshipCreationFailedFault
All Implemented Interfaces:
java.io.Serializable, XmlSerializable

public class RelationshipCreationFailedFault
extends BaseFault

Author:
Dan Jemiolo (danj)
See Also:
Serialized Form

Constructor Summary
RelationshipCreationFailedFault(org.w3c.dom.Element xml)
           
RelationshipCreationFailedFault(java.lang.String message)
           
RelationshipCreationFailedFault(java.lang.String message, java.lang.Throwable cause)
           
RelationshipCreationFailedFault(java.lang.Throwable cause)
           
 
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

RelationshipCreationFailedFault

public RelationshipCreationFailedFault(org.w3c.dom.Element xml)

RelationshipCreationFailedFault

public RelationshipCreationFailedFault(java.lang.String message)

RelationshipCreationFailedFault

public RelationshipCreationFailedFault(java.lang.String message,
                                       java.lang.Throwable cause)

RelationshipCreationFailedFault

public RelationshipCreationFailedFault(java.lang.Throwable cause)