Top Description Fields Constructors
javax.management.relation

public Class RelationTypeNotFoundException

extends RelationException
Class Inheritance

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

Field Summary

Modifier and TypeField and Description
private static final long

Constructor Summary

AccessConstructor and Description
public
RelationTypeNotFoundException()

Default constructor, no message put in exception.

public
RelationTypeNotFoundException(String
the detail message.
message
)

Constructor with given message put in exception.

Field Detail

serialVersionUIDback to summary
private static final long serialVersionUID

Hides javax.management.relation.RelationException.serialVersionUID.

Constructor Detail

RelationTypeNotFoundExceptionback to summary
public RelationTypeNotFoundException()

Default constructor, no message put in exception.

RelationTypeNotFoundExceptionback to summary
public RelationTypeNotFoundException(String message)

Constructor with given message put in exception.

Parameters
message:String

the detail message.