Creates an MBeanException that wraps the actual java.lang.Exception.parame the wrapped exception. super() ; exception = e ;
MBeanException
java.lang.Exception
super() ; exception = e ;
Creates an MBeanException that wraps the actual java.lang.Exception with a detail message.parame the wrapped exception.parammessage the detail message. super(message) ; exception = e ;
super(message) ; exception = e ;
Return the actual {@link Exception} thrown.returnthe wrapped exception. return exception;
return exception;