RelationServiceNotRegisteredExceptionpublic class RelationServiceNotRegisteredException extends RelationException This exception is raised when an access is done to the Relation Service and
that one is not registered. |
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.
super(message);
|
|