All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.mosip.pmp.partner.exception.InvalidPartnerInputParameterException Maven / Gradle / Ivy

package io.mosip.pmp.partner.exception;

/**
 * @author sanjeev.shrivastava
 *
 */
public class InvalidPartnerInputParameterException extends BaseUncheckedException{

	private static final long serialVersionUID = 1L;

	public InvalidPartnerInputParameterException() {}
	
	public InvalidPartnerInputParameterException(
			String errorCode, 
			String errorMessage) {
		super(errorCode, errorMessage);
	}
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy