package jadx.core.utils.exceptions; public class JadxOverflowException extends JadxRuntimeException { private static final long serialVersionUID = 2568659798680154204L; public JadxOverflowException(String message) { super(message); } }