站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > 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
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjavax.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

Constructor Summary
InvalidApplicationException(Object val)
          Construct a new IntrospectionException with the specified object.
 
Method Summary
 String toString()
          Get a string represention of the exception.
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

InvalidApplicationException

public InvalidApplicationException(Object val)
Construct a new IntrospectionException with the specified object.

Parameters:
val - the specified object.
Method Detail

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.