Open Kilda Java Documentation
DpIdNotFoundException.java
Go to the documentation of this file.
1
package
org.openkilda.atdd.utils.controller;
2
3
public
class
DpIdNotFoundException
extends
Exception {
4
public
DpIdNotFoundException
() {
5
super(
"DpId not found"
);
6
}
7
}
org.openkilda.atdd.utils.controller.DpIdNotFoundException.DpIdNotFoundException
DpIdNotFoundException()
Definition:
DpIdNotFoundException.java:4
org.openkilda.atdd.utils.controller.DpIdNotFoundException
Definition:
DpIdNotFoundException.java:3
open-kilda-develop
services
src
atdd
src
test
java
org
openkilda
atdd
utils
controller
DpIdNotFoundException.java
Generated by
1.8.14