public class javax.management.modelmbean
InvalidTargetObjectTypeException


Show All Login
Java SE 6
  
Extends: Throwable > Exception
Details
Exception thrown when an invalid target object type is specified.

The serialVersionUID of this class is 1190536278266811217L.
since1.5


Constructors
public InvalidTargetObjectTypeException()
Default constructor.
public InvalidTargetObjectTypeException(String s) Details
Constructor from a string.
sString value that will be incorporated in the message for this exception.
public InvalidTargetObjectTypeException(Exception e, String s) Details
Constructor taking an exception and a string.
eException 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.
sString value that will be incorporated in message for this exception.