org.objectweb.dream.message
Class UnknownChunkException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
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
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
getChunkName
public String getChunkName()
- Returns:
- Returns the chunkName.
Copyright © 2003, 2005 - INRIA Rhone-Alpes - All Rights Reserved.