Code Review
/
portal.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
review
|
tree
history
|
raw
|
HEAD
ExternalAccessRolesController up
[portal.git]
/
portal-BE
/
src
/
main
/
java
/
org
/
onap
/
portal
/
exception
/
InvalidUserException.java
1
package org.onap.portal.exception;
2
3
public class InvalidUserException extends Exception{
4
5
private static final long serialVersionUID = 273572212076653743L;
6
7
public InvalidUserException(String msg) {
8
super(msg);
9
}
10
}