org.objectweb.joram.shared.excepts
Class MessageROException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.objectweb.joram.shared.excepts.MomException
              extended byorg.objectweb.joram.shared.excepts.MessageException
                  extended byorg.objectweb.joram.shared.excepts.MessageROException
All Implemented Interfaces:
java.io.Serializable

public class MessageROException
extends MessageException

A MessageROException is thrown when trying to write on a READ-ONLY part of a message.

See Also:
Serialized Form

Constructor Summary
MessageROException(java.lang.String info)
          Constructs a MessageROException instance.
 
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

MessageROException

public MessageROException(java.lang.String info)
Constructs a MessageROException instance.



Copyright ? 2004 Scalagent - All rights reserved