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

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.AcquireResourceLockTimeoutException
All Implemented Interfaces:
Serializable

public class AcquireResourceLockTimeoutException
extends ResourceException

Thrown when a caller cannot acquire the lock on their specified resource within the timeout limit. Essentially says "try again later".

See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.rmi.RemoteException
detail
 
Constructor Summary
AcquireResourceLockTimeoutException(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

AcquireResourceLockTimeoutException

public AcquireResourceLockTimeoutException(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.