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

com.sap.cds.reflect.impl.InvalidCsnException Maven / Gradle / Ivy

/*******************************************************************
 * © 2018 SAP SE or an SAP affiliate company. All rights reserved. *
 *******************************************************************/
package com.sap.cds.reflect.impl;

public class InvalidCsnException extends RuntimeException {

	private static final long serialVersionUID = 1L;

	public InvalidCsnException(String message) {
		super(message);
	}

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy