Exception: javax.management.relation.InvalidRelationIdException

This exception is raised when relation id provided for a relation is already used.
Since:
@since 1.5

Inheritance

Superclass tree: Implements:

Methods

  • InvalidRelationIdExceptiontop

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

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