package org.joget.commons.util; public class FileLimitException extends Exception { public FileLimitException (String msg) { super(msg); } }