- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- javax.management.JMException
-
- javax.management.openmbean.OpenDataException
-
- All Implemented Interfaces:
-
Serializable
public class OpenDataException extends JMException
当 打开类型 , 打开数据或 打开的MBean元数据信息实例无法构造时,抛出此检查的异常,因为一个或多个有效性约束不被满足。- 从以下版本开始:
- 1.5
- 另请参见:
- Serialized Form
-
-
构造方法摘要
构造方法 Constructor 描述 OpenDataException()
没有详细信息的OpenDataException。OpenDataException(String msg)
具有详细消息的OpenDataException。
-
方法摘要
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
构造方法详细信息
-
OpenDataException
public OpenDataException()
没有详细信息的OpenDataException。
-
OpenDataException
public OpenDataException(String msg)
具有详细消息的OpenDataException。- 参数
-
msg
- 详细信息。
-
-