org.objectweb.joram.shared.excepts
Class MomException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.objectweb.joram.shared.excepts.MomException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
AccessException, DestinationException, MessageException, RequestException, SelectorException, StateException

public class MomException
extends java.lang.Exception

The MomException class is the exception class thrown by the MOM actors.

See Also:
Serialized Form

Constructor Summary
MomException(java.lang.String info)
          Constructs a MomException containing a given description.
 
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

MomException

public MomException(java.lang.String info)
Constructs a MomException containing a given description.



Copyright ? 2004 Scalagent - All rights reserved