/* * Decompiled with CFR 0.152. * * Could not load the following classes: * javax.baja.sys.BajaRuntimeException */ package com.tridium.fox.sys.file; import javax.baja.sys.BajaRuntimeException; public class FoxFileException extends BajaRuntimeException { public FoxFileException(String string, Throwable throwable) { super(string, throwable); } public FoxFileException(String string) { super(string); } }