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

RelationException

public class RelationException extends JMException
This class is the superclass of any exception which can be raised during relation management.
since
1.5

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


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

param
message the detail message.

	super(message);
    
Methods Summary