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 {
5  super("DpId not found");
6  }
7 }