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