org.objectweb.joram.shared.excepts
Class MessageException

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
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
MessageROException, MessageValueException

public class MessageException
extends MomException

A MessageException is thrown when an error occurs while accessing a message.

See Also:
Serialized Form

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

MessageException

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



Copyright ? 2004 Scalagent - All rights reserved