Top Description Fields Constructors
javax.management.relation

public Class RelationNotFoundException

extends RelationException
Class Inheritance

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

Field Summary

Modifier and TypeField and Description
private static final long

Constructor Summary

AccessConstructor and Description
public
RelationNotFoundException()

Default constructor, no message put in exception.

public
RelationNotFoundException(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

RelationNotFoundExceptionback to summary
public RelationNotFoundException()

Default constructor, no message put in exception.

RelationNotFoundExceptionback to summary
public RelationNotFoundException(String message)

Constructor with given message put in exception.

Parameters
message:String

the detail message.