Open Kilda Java Documentation
ImplementationError.java
Go to the documentation of this file.
1
package
org.openkilda.wfm;
2
3
public
class
ImplementationError
extends
Error {
4
public
ImplementationError
(String message) {
5
super(message);
6
}
7
}
org.openkilda.wfm.ImplementationError
Definition:
ImplementationError.java:3
org.openkilda.wfm.ImplementationError.ImplementationError
ImplementationError(String message)
Definition:
ImplementationError.java:4
open-kilda-develop
services
wfm
src
main
java
org
openkilda
wfm
ImplementationError.java
Generated by
1.8.14