Uses of Class
io.mosip.pmp.partnermanagement.exception.BaseUncheckedException
-
Packages that use BaseUncheckedException Package Description io.mosip.pmp.partnermanagement.exception -
-
Uses of BaseUncheckedException in io.mosip.pmp.partnermanagement.exception
Subclasses of BaseUncheckedException in io.mosip.pmp.partnermanagement.exception Modifier and Type Class Description classInvalidInputParameterExceptionclassNewPolicyIdNotExistExceptionclassNoPartnerApiKeyRequestsExceptionclassPartnerAPIDoesNotExistExceptionclassPartnerApiKeyDoesNotBelongToThePolicyGroupOfThePartnerMangerExceptionclassPartnerAPIKeyDoesNotExistExceptionclassPartnerIdDoesNotExistExceptionclassPartnerValidationExceptionclassPolicyNotExistExceptionMethods in io.mosip.pmp.partnermanagement.exception that return BaseUncheckedException Modifier and Type Method Description BaseUncheckedExceptionBaseUncheckedException. addInfo(String errorCode, String errorText)This method add the information of error code and error message.Methods in io.mosip.pmp.partnermanagement.exception with parameters of type BaseUncheckedException Modifier and Type Method Description org.springframework.http.ResponseEntity<ResponseWrapper<ErrorResponse>>PartnerMnagementControllerAdvice. getErrorMassage(javax.servlet.http.HttpServletRequest httpServletRequest, BaseUncheckedException baseUncheckedException)org.springframework.http.ResponseEntity<ResponseWrapper<ErrorResponse>>PartnerMnagementControllerAdvice. getErrorMsg(BaseUncheckedException exception)
-