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)
See Also:
  • Field Details

    • ERROR_INVALID_DOCUMENT

      public static final int ERROR_INVALID_DOCUMENT
      See Also:
  • Constructor Details

    • JSONException

      public JSONException(String theMessage)
    • JSONException

      protected JSONException(String message, Exception internalException)
  • Method Details