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
public class EntityProviderProducerException extends EntityProviderException
- See Also:
- Serialized Form
-
-
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, 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_TYPE
-
Fields inherited from class org.apache.olingo.odata2.api.exception.ODataMessageException
errorCode, messageReference
-
-
Constructor Summary
Constructors Constructor Description EntityProviderProducerException(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, getMessageReference
-
Methods inherited from class org.apache.olingo.odata2.api.exception.ODataException
getApplicationExceptionCause, getHttpExceptionCause, getMessageExceptionCause, isCausedByApplicationException, isCausedByHttpException, isCausedByMessageException
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
EntityProviderProducerException
public EntityProviderProducerException(MessageReference messageReference)
-
EntityProviderProducerException
public EntityProviderProducerException(MessageReference messageReference, Throwable cause)
-
EntityProviderProducerException
public EntityProviderProducerException(MessageReference messageReference, String errorCode)
-
EntityProviderProducerException
public EntityProviderProducerException(MessageReference messageReference, Throwable cause, String errorCode)
-
-