当前页面:
在线文档首页 >
JBoss 4.0.1 sp1 jmx API Documentation 英文版文档
InvalidTargetObjectTypeException (JBoss/JMX API) - JBoss 4.0.1 sp1 jmx API Documentation 英文版文档
javax.management.modelmbean
Class InvalidTargetObjectTypeException
java.lang.Object
java.lang.Throwable
java.lang.Exception
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.6 $
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.