22 lines
487 B
Java
22 lines
487 B
Java
/*
|
|
* Decompiled with CFR 0.152.
|
|
*/
|
|
package javax.baja.dataRecovery;
|
|
|
|
import javax.baja.dataRecovery.DataRecoveryException;
|
|
|
|
public class DataRecoveryServiceInFaultException
|
|
extends DataRecoveryException {
|
|
public DataRecoveryServiceInFaultException() {
|
|
}
|
|
|
|
public DataRecoveryServiceInFaultException(String string) {
|
|
super(string);
|
|
}
|
|
|
|
public DataRecoveryServiceInFaultException(String string, Throwable throwable) {
|
|
super(string, throwable);
|
|
}
|
|
}
|
|
|