public class

RelationNotFoundException

extends RelationException
java.lang.Object
   ↳ java.lang.Throwable
     ↳ java.lang.Exception
       ↳ javax.management.JMException
         ↳ javax.management.relation.RelationException
           ↳ javax.management.relation.RelationNotFoundException

Class Overview

This exception is raised when there is no relation for a given relation id in a Relation Service.

Summary

Public Constructors
RelationNotFoundException()
Default constructor, no message put in exception.
RelationNotFoundException(String message)
Constructor with given message put in exception.
[Expand]
Inherited Methods
From class java.lang.Throwable
From class java.lang.Object

Public Constructors

public RelationNotFoundException ()

Default constructor, no message put in exception.

public RelationNotFoundException (String message)

Constructor with given message put in exception.

Parameters
message the detail message.