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 uk.ac.soton.itinnovation.grid.pbac2.pdp.ResourceException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
AcquireResourceLockTimeoutException, ActionCurrentlyUnavailableException, InvalidResourceIDException, NotAuthorisedException, PolicyRuleNotFoundException, ResourceIDAlreadyExistsException, ResourceNotLockedException

public abstract class ResourceException
extends RemoteException

Generic abstract execption thrown involving a resource.

See Also:
Serialized Form

Field Summary
 
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 java.rmi.RemoteException
getCause, getMessage
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, 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

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-2008 University of Southampton IT Innovation Centre. All Rights Reserved.