forked from StarOpenSource/Engine
IncompatibleVersioningSystem can now be optional
This commit is contained in:
parent
4a8d58d6cc
commit
dd7bc714b9
1 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,7 @@ import de.staropensource.sosengine.base.classes.VersioningSystem;
|
||||||
* @since v1-alpha1
|
* @since v1-alpha1
|
||||||
*/
|
*/
|
||||||
@SuppressWarnings({ "unused" })
|
@SuppressWarnings({ "unused" })
|
||||||
public class IncompatibleVersioningSystemException extends Exception {
|
public class IncompatibleVersioningSystemException extends RuntimeException {
|
||||||
/**
|
/**
|
||||||
* Constructs this exception.
|
* Constructs this exception.
|
||||||
*
|
*
|
||||||
|
|
Loading…
Reference in a new issue