Version: 1.1.1

org.inb.biomoby.shared.wsrf.fault
Class ResourceNotDestroyedFault

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.inb.biomoby.shared.wsrf.fault.ResourceNotDestroyedFault
All Implemented Interfaces:
Serializable

@WebFault(name="ResourceNotDestroyedFault",
          targetNamespace="http://docs.oasis-open.org/wsrf/rl-2")
public class ResourceNotDestroyedFault
extends Exception

See Also:
Serialized Form

Constructor Summary
ResourceNotDestroyedFault(String message, ResourceNotDestroyedFaultType faultInfo)
           
ResourceNotDestroyedFault(String message, ResourceNotDestroyedFaultType faultInfo, Throwable cause)
           
 
Method Summary
 ResourceNotDestroyedFaultType getFaultInfo()
           
 
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
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ResourceNotDestroyedFault

public ResourceNotDestroyedFault(String message,
                                 ResourceNotDestroyedFaultType faultInfo)

ResourceNotDestroyedFault

public ResourceNotDestroyedFault(String message,
                                 ResourceNotDestroyedFaultType faultInfo,
                                 Throwable cause)
Method Detail

getFaultInfo

public ResourceNotDestroyedFaultType getFaultInfo()

Version: 1.1.1

Submit a bug or feature
Generated: Sat May 29 04:26:35 EDT 2010