Home » openjdk-7 » javax » management » modelmbean » [javadoc | source]
javax.management.modelmbean
public class: InvalidTargetObjectTypeException [javadoc | source]
java.lang.Object
   java.lang.Throwable
      java.lang.Exception
         javax.management.modelmbean.InvalidTargetObjectTypeException

All Implemented Interfaces:
    Serializable

Exception thrown when an invalid target object type is specified.

The serialVersionUID of this class is 1190536278266811217L.

Field Summary
 Exception exception     
Fields inherited from java.lang.Exception:
serialVersionUID
Constructor:
 public InvalidTargetObjectTypeException() 
 public InvalidTargetObjectTypeException(String s) 
    Constructor from a string.
    Parameters:
    s - String value that will be incorporated in the message for this exception.
 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.
Methods from java.lang.Throwable:
addSuppressed,   fillInStackTrace,   getCause,   getLocalizedMessage,   getMessage,   getStackTrace,   getStackTraceDepth,   getStackTraceElement,   getSuppressed,   initCause,   printStackTrace,   printStackTrace,   printStackTrace,   setStackTrace,   toString
Methods from java.lang.Object:
clone,   equals,   finalize,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait