当前页面:
在线文档首页 >
JBoss 4.0.1 sp1 jmx API Documentation 英文版文档
InvalidApplicationException (JBoss/JMX API) - JBoss 4.0.1 sp1 jmx API Documentation 英文版文档
javax.management
Class InvalidApplicationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
javax.management.InvalidApplicationException
- All Implemented Interfaces:
- Serializable
- public class InvalidApplicationException
- extends Exception
Thrown when an attempt is made to apply either of the following.
A subquery expression to an MBean or a qualified expression to an
MBean of the wrong class.
- Version:
- $Revision: 1.2 $
- Author:
- Adrian Brock
- See Also:
- Serialized Form
Method Summary |
String |
toString()
Get a string represention of the exception. |
InvalidApplicationException
public InvalidApplicationException(Object val)
- Construct a new IntrospectionException with the specified object.
- Parameters:
val
- the specified object.
toString
public String toString()
- Get a string represention of the exception.
- Returns:
- the string representation of the exception.
Copyright © 2002 JBoss Group, LLC. All Rights Reserved.