public abstract class MsgException
extends java.lang.Exception
Constructor and Description |
---|
MsgException()
Constructs an
MsgException without a
detail message. |
MsgException(java.lang.String s)
Constructs an
MsgException with a detail message. |