SomeNet
/
public repos
/
pub
/
jan
/
lsdc.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Adding insourcing of events
[pub/jan/lsdc.git]
/
src
/
at
/
ac
/
tuwien
/
lsdc
/
exception
/
VMsRunningException.java
1
package at.ac.tuwien.lsdc.exception;
2
3
public class VMsRunningException extends RuntimeException {
4
5
public VMsRunningException(String message) {
6
super(message);
7
}
8
}