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

com.sap.cds.transaction.SystemException Maven / Gradle / Ivy

The newest version!
/*******************************************************************
 * © 2019 SAP SE or an SAP affiliate company. All rights reserved. *
 *******************************************************************/
package com.sap.cds.transaction;

import java.io.Serial;

/**
 * Exception indicating an unexpected error condition that prevents transaction
 * handling
 */
public class SystemException extends TransactionException {

	@Serial
	private static final long serialVersionUID = 1L;

	public SystemException(String msg, Exception e) {
		super(msg, e);
	}

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy