public class

RelationException

extends JMException
java.lang.Object
   ↳ java.lang.Throwable
     ↳ java.lang.Exception
       ↳ javax.management.JMException
         ↳ javax.management.relation.RelationException
Known Direct Subclasses

Class Overview

This class is the superclass of any exception which can be raised during relation management.

Summary

Public Constructors
RelationException()
Default constructor, no message put in exception.
RelationException(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 RelationException ()

Default constructor, no message put in exception.

public RelationException (String message)

Constructor with given message put in exception.

Parameters
message the detail message.