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
FieldsFields inherited from class org.eclipse.persistence.exceptions.EclipseLinkException
CR, errorCode, hasBeenLogged, indentationString, internalException, session, shouldPrintInternalException -
Constructor Summary
ConstructorsModifierConstructorDescriptionJSONException(String theMessage) protectedJSONException(String message, Exception internalException) -
Method Summary
Modifier and TypeMethodDescriptionstatic JSONExceptionerrorInvalidDocument(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, toStringMethods 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
-