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

io.mosip.pmp.authdevice.exception.AuthDeviceServiceException Maven / Gradle / Ivy

package io.mosip.pmp.authdevice.exception;

import io.mosip.pmp.partner.exception.BaseUncheckedException;

public class AuthDeviceServiceException extends BaseUncheckedException {

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

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




© 2015 - 2025 Weber Informatics LLC | Privacy Policy