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

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

There is a newer version: 1.1.4
Show newest version
package io.mosip.pmp.partner.exception;

/**
 * @author sanjeev.shrivastava
 *
 */

public class MissingPartnerInputParameterException extends BaseUncheckedException{
	
	private static final long serialVersionUID = 1L;

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




© 2015 - 2025 Weber Informatics LLC | Privacy Policy