Class JSONException

  • All Implemented Interfaces:
    java.io.Serializable

    public class JSONException
    extends EclipseLinkException
    Purpose:
    • This class provides an implementation of EclipseLinkException specific to the EclipseLink JSON handling (marshall, unmarshall, Jersey provider)
    See Also:
    Serialized Form
    Since:
    Oracle EclipseLink 2.7.5
    • Field Detail

    • Constructor Detail

      • JSONException

        public JSONException​(java.lang.String theMessage)
      • JSONException

        protected JSONException​(java.lang.String message,
                                java.lang.Exception internalException)
    • Method Detail

      • errorInvalidDocument

        public static JSONException errorInvalidDocument​(java.lang.Exception internalEx)