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

io.mosip.admin.packetstatusupdater.exception.DeviceRegisterException Maven / Gradle / Ivy

There is a newer version: 1.2.1.0
Show newest version
package io.mosip.admin.packetstatusupdater.exception;

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

public class DeviceRegisterException extends BaseUncheckedException{

	/**
	 * 
	 */
	private static final long serialVersionUID = -1259410481176574774L;

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

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy