Constructors Summary |
---|
public MBeanMetaException()Creates new MBeanMetaException without detail message.
super();
|
public MBeanMetaException(String msg)Constructs an MBeanMetaException with the specified detail message.
super(msg);
|
public MBeanMetaException(String msg, Exception ex)Constructs an MBeanMetaException with the specified
detail message and a chained exception.
super(msg, ex);
|