BakeoutController-Basic
0.1
A Controller for the Omicron vacuum chamber
Main Page
Related Pages
Packages
Classes
Files
File List
src
main
java
exceptions
DeviceAlreadyCreatedException.java
1
package
exceptions;
2
6
public
class
DeviceAlreadyCreatedException
extends
Exception {
11
public
DeviceAlreadyCreatedException
(String message){
12
super(message);
13
}
14
}
exceptions.DeviceAlreadyCreatedException
Definition:
DeviceAlreadyCreatedException.java:6
exceptions.DeviceAlreadyCreatedException.DeviceAlreadyCreatedException
DeviceAlreadyCreatedException(String message)
Definition:
DeviceAlreadyCreatedException.java:11
Git Repo