package org.lodder.subtools.sublibrary.exception; public class ReleaseParseException extends Exception { /** * */ private static final long serialVersionUID = 9931814260806718L; public ReleaseParseException(String exception) { super(exception); } }