Package org.apache.olingo.odata2.core.ep
Class EntityProviderProducerException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.apache.olingo.odata2.api.exception.ODataException
org.apache.olingo.odata2.api.exception.ODataMessageException
org.apache.olingo.odata2.api.ep.EntityProviderException
org.apache.olingo.odata2.core.ep.EntityProviderProducerException
- All Implemented Interfaces:
Serializable
- See Also:
-
Field Summary
Fields inherited from class org.apache.olingo.odata2.api.ep.EntityProviderException
COMMON, DOUBLE_PROPERTY, END_DOCUMENT_EXPECTED, EXCEPTION_OCCURRED, EXPANDNOTSUPPORTED, ILLEGAL_ARGUMENT, INCORRECT_NAVIGATION_TYPE, INLINECOUNT_INVALID, INVALID_ATTRIBUTE, INVALID_COMPLEX_TYPE, INVALID_CONTENT, INVALID_DELETED_ENTRY_METADATA, INVALID_ENTITYTYPE, INVALID_INLINE_CONTENT, INVALID_MAPPING, INVALID_NAMESPACE, INVALID_PARENT_TAG, INVALID_PROPERTY, INVALID_PROPERTY_VALUE, INVALID_STATE, MALFORMED_JSON, MANDATORY_WRITE_PROPERTY, MEDIA_DATA_NOT_INITIAL, MISSING_ATTRIBUTE, MISSING_PROPERTY, MISSING_RESULTS_ARRAY, MISSING_TAG, NOT_SET_CHARACTER_ENCODING, NULL_VALUE, UNSUPPORTED_CHARACTER_ENCODING, UNSUPPORTED_PROPERTY_TYPEFields inherited from class org.apache.olingo.odata2.api.exception.ODataMessageException
errorCode, messageReference -
Constructor Summary
ConstructorsConstructorDescriptionEntityProviderProducerException(MessageReference messageReference) EntityProviderProducerException(MessageReference messageReference, String errorCode) EntityProviderProducerException(MessageReference messageReference, Throwable cause) EntityProviderProducerException(MessageReference messageReference, Throwable cause, String errorCode) -
Method Summary
Methods inherited from class org.apache.olingo.odata2.api.exception.ODataMessageException
createMessageReference, getErrorCode, getMessage, getMessageReferenceMethods inherited from class org.apache.olingo.odata2.api.exception.ODataException
getApplicationExceptionCause, getHttpExceptionCause, getMessageExceptionCause, isCausedByApplicationException, isCausedByHttpException, isCausedByMessageExceptionMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
EntityProviderProducerException
-
EntityProviderProducerException
-
EntityProviderProducerException
-
EntityProviderProducerException
public EntityProviderProducerException(MessageReference messageReference, Throwable cause, String errorCode)
-