/* * Decompiled with CFR 0.152. * * Could not load the following classes: * javax.baja.net.Http * javax.baja.sys.LocalizableRuntimeException */ package com.tridium.platform.daemon; import javax.baja.net.Http; import javax.baja.sys.LocalizableRuntimeException; public class DaemonResponseException extends LocalizableRuntimeException { public int responseCode; public DaemonResponseException(int n, String string, String string2, String string3) { super("platform", "DaemonSession.exception.badConnectResponse", new Object[]{Http.getReasonPhrase((int)n), string, string2, string3}); this.responseCode = n; } public DaemonResponseException(int n, String string, String string2) { super("platform", "DaemonSession.exception.serverProvided", new Object[]{string, string2}); this.responseCode = n; } }