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

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

public class NoSuchConversation
extends Exception

Thrown when an invalid ID is used. This may mean that the Conversation no longer exists.

See Also:
Serialized Form

Constructor Summary
NoSuchConversation(String message)
           
 
Method Summary
 
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

NoSuchConversation

public NoSuchConversation(String message)


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