bitronix.tm.journal.CorruptedTransactionLogException Maven / Gradle / Ivy
package bitronix.tm.journal;
import java.io.IOException;
/**
* Thrown by {@link TransactionLogCursor} when an integrity check fails upon reading a record.
*
*
* @author lorban
*/
public class CorruptedTransactionLogException extends IOException {
public CorruptedTransactionLogException(String s) {
super(s);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy