Class JSONException

java.lang.Object
java.lang.Throwable
java.lang.Exception
org.apache.struts2.json.JSONException
All Implemented Interfaces:
Serializable

public class JSONException extends Exception
Wrap exceptions throwed by the JSON serializer
See Also:
  • Constructor Details

    • JSONException

      public JSONException(String message)
    • JSONException

      public JSONException(Throwable cause)
    • JSONException

      public JSONException(String message, Throwable cause)