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

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
                      extended by uk.ac.soton.itinnovation.grid.pbac2.pdp.ResourceNotLockedException
All Implemented Interfaces:
Serializable

public class ResourceNotLockedException
extends ResourceException

Thrown when an unlocked operation is tried on a resource that is not locked.

See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.rmi.RemoteException
detail
 
Constructor Summary
ResourceNotLockedException(String resourceID, String message)
          Public constructor
 
Method Summary
 
Methods inherited from class uk.ac.soton.itinnovation.grid.pbac2.pdp.ResourceException
getResourceID, getResourceID, setResourceID
 
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

ResourceNotLockedException

public ResourceNotLockedException(String resourceID,
                                  String message)
Public constructor

Parameters:
resourceID - resource ID to pass up to the parent class.
message - message to pass up to the parent class.


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