package eu.dnetlib.msro.exceptions;

import eu.dnetlib.exceptions.DnetGenericException;

public class MSROException extends DnetGenericException {

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

	public MSROException(final String message, final Throwable cause) {
		super(message, cause);
	}

	public MSROException(final String message) {
		super(message);
	}

}
