Class MomException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.objectweb.joram.shared.excepts.MomException
-
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
AccessException,DestinationException,MessageValueException,RequestException,SelectorException,StateException
public class MomException extends Exception
TheMomExceptionclass is the exception class thrown by the MOM actors.- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description private static longserialVersionUIDdefine serialVersionUID for interoperabilityprotected inttype
-
Constructor Summary
Constructors Constructor Description MomException(int type, String info)MomException(String info)Constructs aMomExceptioncontaining a given description.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetType()-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Field Detail
-
serialVersionUID
private static final long serialVersionUID
define serialVersionUID for interoperability- See Also:
- Constant Field Values
-
type
protected int type
-
-