Package org.km3net.clb.remote.msg
Class MessageException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.km3net.clb.remote.msg.MessageException
-
- All Implemented Interfaces:
java.io.Serializable
public class MessageException extends java.lang.RuntimeException
MessageException is thrown if an unlikely event takes place.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description MessageException(java.lang.String msg)
MessageException(java.lang.String msg, java.lang.Throwable cause)
-