org.objectweb.dream.message
Class UnknownChunkException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.objectweb.dream.message.UnknownChunkException
All Implemented Interfaces:
Serializable

public class UnknownChunkException
extends RuntimeException

Runtime exception thrown by the MessageManager.removeChunk(org.objectweb.dream.message.Message, java.lang.String) when no chunk with the given name can be found in the message.

See Also:
Serialized Form

Method Summary
 String getChunkName()
           
 
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
 

Method Detail

getChunkName

public String getChunkName()
Returns:
Returns the chunkName.


Copyright © 2003, 2005 - INRIA Rhone-Alpes - All Rights Reserved.