Open Kilda Java Documentation
UnauthorizedException.java
Go to the documentation of this file.
1
package
org.openkilda.exception;
2
6
public
class
UnauthorizedException
extends
RuntimeException {
7
9
private
static
final
long
serialVersionUID = -6680840187838156716L;
10
16
public
UnauthorizedException
(
final
String message) {
17
super(message);
18
19
}
20
21
}
org.openkilda.exception.UnauthorizedException
Definition:
UnauthorizedException.java:6
org.openkilda.exception.UnauthorizedException.UnauthorizedException
UnauthorizedException(final String message)
Definition:
UnauthorizedException.java:16
open-kilda-develop
services
src
openkilda-gui
src
main
java
org
openkilda
exception
UnauthorizedException.java
Generated by
1.8.14