javax.management
Class InvalidApplicationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by 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: 57200 $
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.

Overrides:
toString in class Throwable
Returns:
the string representation of the exception.


Copyright © 2002 JBoss Group, LLC. All Rights Reserved.