- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- javax.management.InvalidApplicationException
-
- All Implemented Interfaces:
-
Serializable
public class InvalidApplicationException extends 异常
当尝试应用以下任一操作时抛出:将MBean的子查询表达式或对错误类的MBean的限定属性表达式。 这个异常在评估查询期间由JMX内部使用。 用户代码通常不会看到它。- 从以下版本开始:
- 1.5
- 另请参见:
- Serialized Form
-
-
构造方法摘要
构造方法 Constructor 描述 InvalidApplicationException(Object val)
构造一个InvalidApplicationException
与指定的Object
。
-
方法摘要
-
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
-
-
-
-
构造方法详细信息
-
InvalidApplicationException
public InvalidApplicationException(Object val)
构造一个InvalidApplicationException
与指定的Object
。- 参数
-
val
- the detail message of this exception.
-
-