javax.management.modelmbean
Class 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 class InvalidTargetObjectTypeException
extends Exception

Thrown when unrecognizable target object type is set to a Model MBean instance

Version:
$Revision: 57200 $

Revisions:

20020715 Adrian Brock:

Author:
Juha Lindfors., Adrian Brock.
See Also:
ModelMBean, Serialized Form

Constructor Summary
InvalidTargetObjectTypeException()
           
InvalidTargetObjectTypeException(Exception e, String s)
           
InvalidTargetObjectTypeException(String s)
           
 
Method Summary
 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
 

Constructor Detail

InvalidTargetObjectTypeException

public InvalidTargetObjectTypeException()

InvalidTargetObjectTypeException

public InvalidTargetObjectTypeException(String s)

InvalidTargetObjectTypeException

public InvalidTargetObjectTypeException(Exception e,
                                        String s)
Method Detail

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.

Overrides:
toString in class Throwable
Returns:
string representation of this exception


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