Constructors Summary |
---|
public CustomMBeanException()Creates a new instance of CustomMBeanException without detail message.
|
public CustomMBeanException(String msg)Constructs an instance of CustomMBeanException with the specified detail message.
super(msg);
|
public CustomMBeanException(Throwable t)
super (t);
|
public CustomMBeanException(String msg, Throwable t)
super (msg, t);
|