[UCOD][PRE-PROD][21][2]-Create Transaction Verify Otp api response
parent
d2bf06ac56
commit
2e9d366f87
@ -1,7 +1,10 @@
|
|||||||
package com.mfsys.uco.exception;
|
package com.mfsys.uco.exception;
|
||||||
|
|
||||||
public class TranVerificationPinException extends RuntimeException {
|
import com.mfsys.comm.exception.ApplicationException;
|
||||||
public TranVerificationPinException(String message) {
|
import com.mfsys.comm.exception.ERRCode;
|
||||||
super(message);
|
|
||||||
|
public class TranVerificationPinException extends ApplicationException {
|
||||||
|
public TranVerificationPinException() {
|
||||||
|
super(null, ERRCode.VERIFY_PIN_INVALID, null);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue