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, toString
public 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.