/* * Decompiled with CFR 0.152. */ package com.tridium.fox.session; public class ServerException extends RuntimeException { public ServerException(String string) { super(string); } }