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

com.atomikos.recovery.LogReadException Maven / Gradle / Ivy

There is a newer version: 6.0.0
Show newest version
/**
 * Copyright (C) 2000-2023 Atomikos 
 *
 * LICENSE CONDITIONS
 *
 * See http://www.atomikos.com/Main/WhichLicenseApplies for details.
 */

package com.atomikos.recovery;

public class LogReadException extends LogException {

	private static final long serialVersionUID = -4835268355879075429L;

	public LogReadException() {
		super();
	}
	
	public LogReadException(Throwable cause) {
		super(cause);
	}
	
	public LogReadException(String message) {
		super(message);
	}
	
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy