uk.ac.soton.ecs.iam.grid.comms.client
Class ObjectAlreadyExists

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by uk.ac.soton.ecs.iam.grid.comms.client.ObjectAlreadyExists
All Implemented Interfaces:
Serializable

public class ObjectAlreadyExists
extends Exception

Thrown when trying to add an object to a StateRepository and the object's URL matches that of an existing object.

See Also:
Serialized Form

Constructor Summary
ObjectAlreadyExists(StorableInStateRepository object)
           
 
Method Summary
 StorableInStateRepository getObject()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, 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

ObjectAlreadyExists

public ObjectAlreadyExists(StorableInStateRepository object)
Method Detail

getObject

public StorableInStateRepository getObject()


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