18 lines
442 B
Java
18 lines
442 B
Java
/*
|
|
* Decompiled with CFR 0.152.
|
|
*
|
|
* Could not load the following classes:
|
|
* javax.baja.sys.LocalizableRuntimeException
|
|
*/
|
|
package com.tridium.fox.sys;
|
|
|
|
import javax.baja.sys.LocalizableRuntimeException;
|
|
|
|
public class LocalizableServerException
|
|
extends LocalizableRuntimeException {
|
|
public LocalizableServerException(String string, String string2, Object[] objectArray) {
|
|
super(string, string2, objectArray, null);
|
|
}
|
|
}
|
|
|