Uživatele a komisi nelze smazat, pokud jsou členem některého střediska,
nebo komise. closes #178Verze_1.0 1.2
parent
bc5a7a7c4c
commit
b1818546c0
@ -0,0 +1,17 @@
|
|||||||
|
package info.bukova.isspst.services.users;
|
||||||
|
|
||||||
|
import info.bukova.isspst.services.IsspstException;
|
||||||
|
|
||||||
|
public class DeleteUserException extends IsspstException {
|
||||||
|
|
||||||
|
/**
|
||||||
|
*
|
||||||
|
*/
|
||||||
|
private static final long serialVersionUID = -5326664758639660224L;
|
||||||
|
|
||||||
|
public DeleteUserException(String message) {
|
||||||
|
super(message);
|
||||||
|
setReason(message);
|
||||||
|
}
|
||||||
|
|
||||||
|
}
|
Loading…
Reference in New Issue