FileDocCategorySizeDatePackage
RelationNotFoundException.javaAPI DocJava SE 5 API855Fri Aug 26 14:57:36 BST 2005javax.management.relation

RelationNotFoundException

public class RelationNotFoundException extends RelationException
This exception is raised when there is no relation for a given relation id in a Relation Service.
since
1.5

Fields Summary
private static final long
serialVersionUID
Constructors Summary
public RelationNotFoundException()
Default constructor, no message put in exception.


                
      
	super();
    
public RelationNotFoundException(String message)
Constructor with given message put in exception.

param
message the detail message.

	super(message);
    
Methods Summary