- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- javax.management.BadAttributeValueExpException
-
- All Implemented Interfaces:
-
Serializable
public class BadAttributeValueExpException extends 异常
当无效的MBean属性传递给查询构造方法时抛出。 这个异常在评估查询期间由JMX内部使用。 用户代码通常不会看到它。- 从以下版本开始:
- 1.5
- 另请参见:
- Serialized Form
-
-
构造方法摘要
构造方法 Constructor 描述 BadAttributeValueExpException(Object val)
使用指定的Object构造一个BadAttributeValueExpException来创建toString()值。
-
方法摘要
所有方法 接口方法 具体的方法 Modifier and Type 方法 描述 String
toString()
返回表示对象的字符串。-
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
-
-