Merge branch 'master' of https://git.bukova.info/repos/git/isspst
commit
7748dacd2a
@ -0,0 +1,21 @@
|
|||||||
|
package info.bukova.isspst.services.requirement;
|
||||||
|
|
||||||
|
import info.bukova.isspst.services.IsspstException;
|
||||||
|
|
||||||
|
public class AddRequirementException extends IsspstException {
|
||||||
|
|
||||||
|
/**
|
||||||
|
*
|
||||||
|
*/
|
||||||
|
private static final long serialVersionUID = -3794779381621324826L;
|
||||||
|
|
||||||
|
public AddRequirementException() {
|
||||||
|
super();
|
||||||
|
}
|
||||||
|
|
||||||
|
public AddRequirementException(String message) {
|
||||||
|
super(message);
|
||||||
|
this.setReason(message);
|
||||||
|
}
|
||||||
|
|
||||||
|
}
|
Loading…
Reference in New Issue