Exception: javax.management.relation.RelationServiceNotRegisteredException

This exception is raised when an access is done to the Relation Service and that one is not registered.
Since:
@since 1.5

Inheritance

Superclass tree: Implements:

Methods

  • RelationServiceNotRegisteredExceptiontop

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

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