19 lines
507 B
Java
19 lines
507 B
Java
/*
|
|
* Decompiled with CFR 0.152.
|
|
*/
|
|
package javax.baja.sys;
|
|
|
|
import javax.baja.sys.LocalizableRuntimeException;
|
|
|
|
public class IllegalChildException
|
|
extends LocalizableRuntimeException {
|
|
public IllegalChildException(String string, String string2, Object[] objectArray, Throwable throwable) {
|
|
super(string, string2, objectArray, throwable);
|
|
}
|
|
|
|
public IllegalChildException(String string, String string2, Object[] objectArray) {
|
|
super(string, string2, objectArray, null);
|
|
}
|
|
}
|
|
|