Class JSONException

  • All Implemented Interfaces:
    Serializable

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

    • Constructor Detail

      • JSONException

        public JSONException​(String theMessage)
      • JSONException

        protected JSONException​(String message,
                                Exception internalException)