Uses of Enum
com.sap.olingo.jpa.processor.core.exception.ODataJPAProcessorException.MessageKeys
Packages that use ODataJPAProcessorException.MessageKeys
-
Uses of ODataJPAProcessorException.MessageKeys in com.sap.olingo.jpa.processor.core.exception
Methods in com.sap.olingo.jpa.processor.core.exception that return ODataJPAProcessorException.MessageKeysModifier and TypeMethodDescriptionReturns the enum constant of this type with the specified name.ODataJPAProcessorException.MessageKeys.values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in com.sap.olingo.jpa.processor.core.exception with parameters of type ODataJPAProcessorException.MessageKeysModifierConstructorDescriptionODataJPAProcessorException(ODataJPAProcessorException.MessageKeys messageKey, org.apache.olingo.commons.api.http.HttpStatusCode statusCode)ODataJPAProcessorException(ODataJPAProcessorException.MessageKeys messageKey, org.apache.olingo.commons.api.http.HttpStatusCode statusCode, String... params)ODataJPAProcessorException(ODataJPAProcessorException.MessageKeys messageKey, org.apache.olingo.commons.api.http.HttpStatusCode statusCode, Throwable e)ODataJPAProcessorException(ODataJPAProcessorException.MessageKeys messageKey, org.apache.olingo.commons.api.http.HttpStatusCode statusCode, Throwable cause, String... params)