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

RelationServiceNotRegisteredException

public class RelationServiceNotRegisteredException extends RelationException
This exception is raised when an access is done to the Relation Service and that one is not registered.
since
1.5

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


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

param
message the detail message.

	super(message);
    
Methods Summary