RelationExceptionpublic class RelationException extends JMException This class is the superclass of any exception which can be raised during
relation management. |
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.
super(message);
|
|