org.objectweb.dream.message
Class ChunkAlreadyExistException

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

public class ChunkAlreadyExistException
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
ChunkAlreadyExistException()
           
ChunkAlreadyExistException(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

ChunkAlreadyExistException

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

ChunkAlreadyExistException

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


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