Exception: javax.management.relation.InvalidRelationTypeException

Invalid relation type. This exception is raised when, in a relation type, there is already a relation type with that name, or the same name has been used for two different role infos, or no role info provided, or one null role info provided.
Since:
@since 1.5

Inheritance

Superclass tree: Implements:

Methods

  • InvalidRelationTypeExceptiontop

    public InvalidRelationTypeException()
    Default constructor, no message put in exception.
    Google Code Search
    Stack Overflow
  • InvalidRelationTypeExceptiontop

    public InvalidRelationTypeException(String message)
    Constructor with given message put in exception.
    Parameters:
    @param message the detail message.
    Google Code Search
    Stack Overflow