org.objectweb.dream.message
Class NoSuchChunkException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.objectweb.dream.message.NoSuchChunkException
All Implemented Interfaces:
Serializable

public class NoSuchChunkException
extends Exception

Exception thrown when trying to get a named chunk in a message that does not contain chunk for this name.

See Also:
Serialized Form

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

NoSuchChunkException

public NoSuchChunkException()
See Also:
Exception.Exception()

NoSuchChunkException

public NoSuchChunkException(String message)
See Also:
Exception.Exception(java.lang.String)


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