package org.zbus.common.json.asm; import org.zbus.common.json.JSONException; public class ASMException extends JSONException { private static final long serialVersionUID = 1L; public ASMException(String message){ super(message); } }