java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.eclipse.persistence.exceptions.EclipseLinkException
org.eclipse.persistence.exceptions.JSONException
- All Implemented Interfaces:
Serializable
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:
-
Field Summary
Fields inherited from class org.eclipse.persistence.exceptions.EclipseLinkException
CR, errorCode, hasBeenLogged, indentationString, internalException, session, shouldPrintInternalException
-
Constructor Summary
ModifierConstructorDescriptionJSONException
(String theMessage) protected
JSONException
(String message, Exception internalException) -
Method Summary
Modifier and TypeMethodDescriptionstatic JSONException
errorInvalidDocument
(Exception internalEx) Methods inherited from class org.eclipse.persistence.exceptions.EclipseLinkException
cr, getErrorCode, getIndentationString, getInternalException, getMessage, getSession, getUnformattedMessage, hasBeenLogged, printStackTrace, printStackTrace, printStackTrace, setErrorCode, setHasBeenLogged, setIndentationString, setInternalException, setSession, setShouldPrintInternalException, shouldPrintInternalException, toString
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, setStackTrace
-
Field Details
-
ERROR_INVALID_DOCUMENT
public static final int ERROR_INVALID_DOCUMENT- See Also:
-
-
Constructor Details
-
JSONException
-
JSONException
-
-
Method Details
-
errorInvalidDocument
-