Exception: javax.management.relation.InvalidRelationServiceException

This exception is raised when an invalid Relation Service is provided.
Since:
@since 1.5

Inheritance

Superclass tree: Implements:

Methods

  • InvalidRelationServiceExceptiontop

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

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