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

io.mosip.pms.common.exception.ApiAccessibleException Maven / Gradle / Ivy

There is a newer version: 1.3.0-dp.1
Show newest version
package io.mosip.pms.common.exception;

import io.mosip.kernel.core.exception.BaseUncheckedException;

/**
 * @author Nagarjuna
 *
 */

public class ApiAccessibleException extends BaseUncheckedException {

	private static final long serialVersionUID = 1L;

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




© 2015 - 2025 Weber Informatics LLC | Privacy Policy