org.objectweb.dream.message
Class ChunkAlreadyExistsException

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

public class ChunkAlreadyExistsException
extends Exception

Exception thrown when trying to add a chunk in a message that already contains chunk with the same name.

See Also:
Serialized Form

Constructor Summary
ChunkAlreadyExistsException()
           
ChunkAlreadyExistsException(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

ChunkAlreadyExistsException

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

ChunkAlreadyExistsException

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


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