de.fzj.unicore.wsrflite.xmlbeans.exceptions
Class ResourceNotDestroyedFault

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.codehaus.xfire.fault.FaultInfoException
              extended by de.fzj.unicore.wsrflite.xmlbeans.exceptions.ResourceNotDestroyedFault
All Implemented Interfaces:
Serializable

public class ResourceNotDestroyedFault
extends org.codehaus.xfire.fault.FaultInfoException

the resource could not be destroyed (by calling the Destroy() method)

Author:
schuller
See Also:
Serialized Form

Constructor Summary
ResourceNotDestroyedFault(String message, org.oasisOpen.docs.wsrf.rl2.ResourceNotDestroyedFaultType details)
           
 
Method Summary
static ResourceNotDestroyedFault createFault()
           
static ResourceNotDestroyedFault createFault(String msg)
           
 org.oasisOpen.docs.wsrf.rl2.ResourceNotDestroyedFaultType getFaultInfo()
           
static QName getFaultName()
           
 
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
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ResourceNotDestroyedFault

public ResourceNotDestroyedFault(String message,
                                 org.oasisOpen.docs.wsrf.rl2.ResourceNotDestroyedFaultType details)
Parameters:
message -
details -
Method Detail

getFaultInfo

public org.oasisOpen.docs.wsrf.rl2.ResourceNotDestroyedFaultType getFaultInfo()

getFaultName

public static QName getFaultName()

createFault

public static ResourceNotDestroyedFault createFault()

createFault

public static ResourceNotDestroyedFault createFault(String msg)


Copyright © 2010. All Rights Reserved.