org.objectweb.dream.message
Class MessageAlreadyExistException

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

public class MessageAlreadyExistException
extends Exception

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

See Also:
Serialized Form

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

MessageAlreadyExistException

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

MessageAlreadyExistException

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


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