public class MBeanException extends JMException
| Constructor and Description |
|---|
MBeanException(异常 e)
创建一个
MBeanException包裹实际
java.lang.Exception。
|
MBeanException(异常 e, String message)
创建一个
MBeanException包裹实际
java.lang.Exception详细信息。
|
| Modifier and Type | Method and Description |
|---|---|
Throwable |
getCause()
返回实际
异常扔。
|
异常 |
getTargetException()
返回实际
异常扔。
|
addSuppressed, fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic MBeanException(异常 e)
MBeanException包裹实际
java.lang.Exception。
e -包装的例外。
Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2014, Oracle and/or its affiliates. All rights reserved.