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