Open Kilda Java Documentation
NameCollisionException.java
Go to the documentation of this file.
1 package org.openkilda.wfm.error;
2 
5  this("Topology component's ID collision");
6  }
7 
8  NameCollisionException(String s) {
9  super(s);
10  }
11 }