21 lines
403 B
Java
21 lines
403 B
Java
/*
|
|
* Decompiled with CFR 0.152.
|
|
*/
|
|
package javax.baja.sys;
|
|
|
|
import javax.baja.sys.BajaRuntimeException;
|
|
|
|
public class ActionInvokeException
|
|
extends BajaRuntimeException {
|
|
private Throwable ex;
|
|
|
|
public ActionInvokeException(String string, Throwable throwable) {
|
|
super(string, throwable);
|
|
}
|
|
|
|
public ActionInvokeException(Throwable throwable) {
|
|
super(throwable);
|
|
}
|
|
}
|
|
|