uk.ac.soton.itinnovation.grid.pbac2.pdp
Class ResourceException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.io.IOException
              extended by java.rmi.RemoteException
                  extended by org.apache.axis.AxisFault
                      extended by uk.ac.soton.itinnovation.grid.types.GridFailureException
                          extended by uk.ac.soton.itinnovation.grid.pbac2.pdp.ResourceException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
AcquireResourceLockTimeoutException, ActionCurrentlyUnavailableException, InvalidResourceIDException, NotAuthorisedException, ResourceIDAlreadyExistsException, ResourceNotLockedException

public class ResourceException
extends GridFailureException

Generic abstract execption thrown involving a resource.

See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.apache.axis.AxisFault
faultActor, faultCode, faultDetails, faultHeaders, faultNode, faultString, faultSubCode
 
Fields inherited from class java.rmi.RemoteException
detail
 
Constructor Summary
ResourceException(String resourceID, String message)
           
ResourceException(String resourceID, String message, Throwable ex)
           
 
Method Summary
 String getResourceID()
           
 void getResourceID(String resourceID)
           
 void setResourceID(String resourceID)
           
 
Methods inherited from class uk.ac.soton.itinnovation.grid.types.GridFailureException
getBaseFaultQName
 
Methods inherited from class org.apache.axis.AxisFault
addFaultDetail, addFaultDetail, addFaultDetailString, addFaultSubCode, addFaultSubCodeAsString, addHeader, addHostname, addHostnameIfNeeded, clearFaultDetails, clearFaultSubCodes, clearHeaders, dump, dumpToString, getFaultActor, getFaultCode, getFaultDetails, getFaultNode, getFaultReason, getFaultRole, getFaultString, getFaultSubCodes, getHeaders, initFaultSubCodes, lookupFaultDetail, makeFault, output, printStackTrace, printStackTrace, removeFaultDetail, removeHostname, setFaultActor, setFaultCode, setFaultCode, setFaultCodeAsString, setFaultDetail, setFaultDetailString, setFaultNode, setFaultReason, setFaultRole, setFaultString, toString, writeDetails
 
Methods inherited from class java.rmi.RemoteException
getCause, getMessage
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getStackTrace, initCause, printStackTrace, setStackTrace
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ResourceException

public ResourceException(String resourceID,
                         String message)

ResourceException

public ResourceException(String resourceID,
                         String message,
                         Throwable ex)
Method Detail

setResourceID

public void setResourceID(String resourceID)

getResourceID

public void getResourceID(String resourceID)

getResourceID

public String getResourceID()


Copyright © 2001-2007 University of Southampton IT Innovation Centre. All Rights Reserved.