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

bitronix.tm.recovery.RecoveryException Maven / Gradle / Ivy

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

/**
 * Thrown when an error occurs during recovery.
 * 

© Bitronix Software

* * @author lorban */ public class RecoveryException extends Exception { public RecoveryException(String message, Throwable cause) { super(message, cause); } public RecoveryException(String message) { super(message); } }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy