javax.management.modelmbean
Class InvalidTargetObjectTypeException
java.lang.Object
java.lang.Throwable
java.lang.Exception
javax.management.modelmbean.InvalidTargetObjectTypeException
- All Implemented Interfaces:
- java.io.Serializable
- public class InvalidTargetObjectTypeException
- extends java.lang.Exception
Thrown when unrecognizable target object type is set to a Model MBean
instance
- See Also:
ModelMBean
(src) ,
Serialized Form
Method Summary |
java.lang.String |
toString()
Returns a string representation of this 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 |
InvalidTargetObjectTypeException
public InvalidTargetObjectTypeException()
InvalidTargetObjectTypeException
public InvalidTargetObjectTypeException(java.lang.String s)
InvalidTargetObjectTypeException
public InvalidTargetObjectTypeException(java.lang.Exception e,
java.lang.String s)
toString
public java.lang.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