22 lines
400 B
Java
22 lines
400 B
Java
/*
|
|
* Decompiled with CFR 0.152.
|
|
*/
|
|
package javax.baja.registry;
|
|
|
|
import javax.baja.sys.BajaRuntimeException;
|
|
|
|
public class RegistryException
|
|
extends BajaRuntimeException {
|
|
public RegistryException(String string, Throwable throwable) {
|
|
super(string, throwable);
|
|
}
|
|
|
|
public RegistryException(String string) {
|
|
super(string);
|
|
}
|
|
|
|
public RegistryException() {
|
|
}
|
|
}
|
|
|