package net.hearthstats.win.jna; public class JnaUtilException extends Exception { /** * */ private static final long serialVersionUID = -8627168611513841248L; public JnaUtilException(String text) { super(text); } }