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

bitronix.tm.journal.CorruptedTransactionLogException Maven / Gradle / Ivy

There is a newer version: 2.1.4
Show newest version
package bitronix.tm.journal;

import java.io.IOException;

/**
 * Thrown by {@link TransactionLogCursor} when an integrity check fails upon reading a record.
 * 

© Bitronix Software

* * @author lorban */ public class CorruptedTransactionLogException extends IOException { public CorruptedTransactionLogException(String s) { super(s); } }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy