BakeoutController-Basic  0.1
A Controller for the Omicron vacuum chamber
DeviceAlreadyCreatedException.java
1 package exceptions;
2 
6 public class DeviceAlreadyCreatedException extends Exception {
11  public DeviceAlreadyCreatedException(String message){
12  super(message);
13  }
14 }
Git Repo