Exception: javax.management.modelmbean.InvalidTargetObjectTypeException

  • public exception InvalidTargetObjectTypeException
  • extends Exception
Exception thrown when an invalid target object type is specified.

The serialVersionUID of this class is 1190536278266811217L.

Since:
@since 1.5

Inheritance

Superclass tree: Implements:

Methods

  • InvalidTargetObjectTypeExceptiontop

    public InvalidTargetObjectTypeException()
    Default constructor.
    Google Code Search
    Stack Overflow
  • InvalidTargetObjectTypeExceptiontop

    public InvalidTargetObjectTypeException(Exception e, String s)
    Constructor taking an exception and a string.
    Parameters:
    @param 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.
    @param s String value that will be incorporated in message for this exception.
    Google Code Search
    Stack Overflow
  • InvalidTargetObjectTypeExceptiontop

    public InvalidTargetObjectTypeException(String s)
    Constructor from a string.
    Parameters:
    @param s String value that will be incorporated in the message for this exception.
    Google Code Search
    Stack Overflow