Uses of Class
jimm.twice.ice.IceFault

Packages that use IceFault
jimm.twice.ice.xml Contains classes useful for building ICE payloads within SOAP envelopes. 
 

Uses of IceFault in jimm.twice.ice.xml
 

Methods in jimm.twice.ice.xml with parameters of type IceFault
protected  void Fault.addReason(IceFault fault)
          Add the SOAP fault reason.
protected  void Fault.addDetail(IceFault fault)
          Add the SOAP fault detail, which contains the ICE fault.
 

Constructors in jimm.twice.ice.xml with parameters of type IceFault
Fault(IceFault fault)
          Constructor.