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

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

public class ActionCurrentlyUnavailableException
extends ResourceException

Thrown when the user is permitted to execute the action on the resource, but not at the moment as the resource in in the wrong state.

See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.rmi.RemoteException
detail
 
Constructor Summary
ActionCurrentlyUnavailableException(String message)
           
ActionCurrentlyUnavailableException(String resourceID, String message)
           
 
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

ActionCurrentlyUnavailableException

public ActionCurrentlyUnavailableException(String resourceID,
                                           String message)

ActionCurrentlyUnavailableException

public ActionCurrentlyUnavailableException(String message)


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