Exception: javax.management.relation.RelationTypeNotFoundException

This exception is raised when there is no relation type with given name in Relation Service.
Since:
@since 1.5

Inheritance

Superclass tree: Implements:

Methods

  • RelationTypeNotFoundExceptiontop

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

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