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