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

io.mosip.pms.device.exception.DeviceServiceException Maven / Gradle / Ivy

The newest version!
package io.mosip.pms.device.exception;

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

public class DeviceServiceException extends BaseUncheckedException {

	/**
	 * 
	 */
	private static final long serialVersionUID = 5802805689689326166L;

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




© 2015 - 2025 Weber Informatics LLC | Privacy Policy