javax.management.modelmbean
Class InvalidTargetObjectTypeException
java.lang.Object
   java.lang.Throwable
java.lang.Throwable
       java.lang.Exception
java.lang.Exception
           javax.management.modelmbean.InvalidTargetObjectTypeException
javax.management.modelmbean.InvalidTargetObjectTypeException
- All Implemented Interfaces: 
- Serializable
- public class InvalidTargetObjectTypeException- extends Exception
Thrown when unrecognizable target object type is set to a Model MBean
 instance
- Version:
- $Revision: 1.1.8.2 $
 Revisions:
  20020715 Adrian Brock:
  
- Author:
- Juha Lindfors., Adrian Brock.
- See Also:
- ModelMBean, 
Serialized Form
 
| Method Summary | 
|  String | toString()Returns a string representation of this exception.
 | 
 
 
 
InvalidTargetObjectTypeException
public InvalidTargetObjectTypeException()
InvalidTargetObjectTypeException
public InvalidTargetObjectTypeException(String s)
InvalidTargetObjectTypeException
public InvalidTargetObjectTypeException(Exception e,
                                        String s)
toString
public String toString()
- Returns a string representation of this exception. The returned string
 contains this exception name, message and a string representation of the
 target exception if it has been set.
 
- 
- Returns:
- string representation of this exception
 
      
      
        Copyright © 2002 JBoss Group, LLC. All Rights Reserved.