This documentation differs from the official API. Jadeite adds extra features to the API including: variable font sizes, constructions examples, placeholders for classes and methods, and auto-generated “See Also” links. Additionally it is missing some items found in standard Javadoc documentation, including: generics type information, “Deprecated” tags and comments, “See Also” links, along with other minor differences. Please send any questions or feedback to bam@cs.cmu.edu.


javax.management.modelmbean
exception InvalidTargetObjectTypeException

java.lang.Object extended by java.lang.Throwable extended by java.lang.Exception extended by javax.management.modelmbean.InvalidTargetObjectTypeException
All Implemented Interfaces:
Serializable

public exception InvalidTargetObjectTypeException
extends Exception

Exception thrown when an invalid target object type is specified.

The serialVersionUID of this class is 1190536278266811217L.


Constructor Summary

          Default constructor.

          Constructor taking an exception and a string.

          Constructor from a string.
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

InvalidTargetObjectTypeException

public InvalidTargetObjectTypeException()
Default constructor.


InvalidTargetObjectTypeException

public InvalidTargetObjectTypeException(Exception e,
                                        String s)
Constructor taking an exception and a string.

Parameters:
e - Exception that we may have caught to reissue as an InvalidTargetObjectTypeException. The message will be used, and we may want to consider overriding the printStackTrace() methods to get data pointing back to original throw stack.
s - String value that will be incorporated in message for this exception.

InvalidTargetObjectTypeException

public InvalidTargetObjectTypeException(String s)
Constructor from a string.

Parameters:
s - String value that will be incorporated in the message for this exception.


This documentation differs from the official API. Jadeite adds extra features to the API including: variable font sizes, constructions examples, placeholders for classes and methods, and auto-generated “See Also” links. Additionally it is missing some items found in standard Javadoc documentation, including: generics type information, “Deprecated” tags and comments, “See Also” links, along with other minor differences. Please send any questions or feedback to bam@cs.cmu.edu.
This page displays the Jadeite version of the documention, which is derived from the offical documentation that contains this copyright notice:
Copyright 2008 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
The official Sun™ documentation can be found here at http://java.sun.com/javase/6/docs/api/.