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

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

package io.mosip.pmp.partner.exception;


/**
 * {@link Exception} to be thrown when pattern is empty or null
 * 
 * @author sanjeev.shrivastava
 */

public class EmptyPatternException extends BaseUncheckedException {

	/**
	 * Unique id for serialization
	 */
	private static final long serialVersionUID = 105555532L;

	/**
	 * @param errorCode    unique exception code
	 * @param errorMessage exception message
	 */
	public EmptyPatternException(String errorCode, String errorMessage) {
		super(errorCode, errorMessage);
	}

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy