commit beneficiary exception
parent
dd230bffea
commit
7a30a53b4b
@ -0,0 +1,11 @@
|
|||||||
|
package com.mfsys.uco.exception;
|
||||||
|
|
||||||
|
|
||||||
|
import com.mfsys.comm.exception.ApplicationException;
|
||||||
|
import com.mfsys.comm.exception.ERRCode;
|
||||||
|
|
||||||
|
public class BenificiaryAlreadyExistsException extends ApplicationException {
|
||||||
|
public BenificiaryAlreadyExistsException() {
|
||||||
|
super(null, ERRCode.BENEFICIARY_ALREADY_EXISTS, null);
|
||||||
|
}
|
||||||
|
}
|
||||||
Loading…
Reference in New Issue