RelationTypeNotFoundExceptionpublic class RelationTypeNotFoundException extends RelationException This exception is raised when there is no relation type with given name in
Relation Service. |
Fields Summary |
---|
private static final long | serialVersionUID |
Constructors Summary |
---|
public RelationTypeNotFoundException()Default constructor, no message put in exception.
super();
| public RelationTypeNotFoundException(String message)Constructor with given message put in exception.
super(message);
|
|