SysTableMappingException.java

/*
 * Copyright 2026 Global Crop Diversity Trust
 * Licensed under the Apache License, Version 2.0
 * See LICENSE file in project root folder or http://www.apache.org/licenses/LICENSE-2.0
 */

package org.gringlobal.service;

/**
 * The Class SysTableMappingException.
 */
public class SysTableMappingException extends Exception {
	private static final long serialVersionUID = 9216786231077282157L;

	/**
	 * Instantiates a new sys table mapping exception.
	 *
	 * @param message the message
	 */
	public SysTableMappingException(String message) {
		super(message);
	}

}