Joram 5.2.5

org.objectweb.joram.shared.excepts
Class MomException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.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

Field Summary
protected  int type
           
 
Constructor Summary
MomException(int type, java.lang.String info)
           
MomException(java.lang.String info)
          Constructs a MomException containing a given description.
 
Method Summary
 int getType()
           
 
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
 

Field Detail

type

protected int type
Constructor Detail

MomException

public MomException(int type,
                    java.lang.String info)

MomException

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

Method Detail

getType

public int getType()

Joram 5.2.5

Copyright © 2000 - 2009 Scalagent D.T. - All rights reserved