/* * Decompiled with CFR 0.152. */ package com.tridium.sys.license; public class FlrException extends RuntimeException { public FlrException() { } public FlrException(String string) { super(string); } public FlrException(Throwable throwable) { super(throwable); } public FlrException(String string, Throwable throwable) { super(string, throwable); } }