public class

InvalidRelationTypeException

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

Class Overview

Invalid relation type. This exception is raised when, in a relation type, there is already a relation type with that name, or the same name has been used for two different role infos, or no role info provided, or one null role info provided.

Summary

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

Default constructor, no message put in exception.

public InvalidRelationTypeException (String message)

Constructor with given message put in exception.

Parameters
message the detail message.