Package i5.las2peer.communication
Class MessageException
java.lang.Object
java.lang.Throwable
java.lang.Exception
i5.las2peer.communication.MessageException
- All Implemented Interfaces:
Serializable
exception thrown on problems to handle messages inside an agent
- See Also:
-
Constructor Summary
ConstructorDescriptionMessageException
(String message) MessageException
(String message, Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
MessageException
-
MessageException
-