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

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

public class ResourceIDAlreadyExistsException
extends ResourceException

Thrown when the user specifies a new resource ID in the newProcess method and that ID already exists. The user needs to pick another ID.

See Also:
Serialized Form

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

ResourceIDAlreadyExistsException

public ResourceIDAlreadyExistsException(String resourceID,
                                        String message)

ResourceIDAlreadyExistsException

public ResourceIDAlreadyExistsException(String resourceID,
                                        String message,
                                        Throwable ex)


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