Uses of Enum
com.sap.olingo.jpa.processor.core.exception.ODataJPAFilterException.MessageKeys
Packages that use ODataJPAFilterException.MessageKeys
-
Uses of ODataJPAFilterException.MessageKeys in com.sap.olingo.jpa.processor.core.exception
Methods in com.sap.olingo.jpa.processor.core.exception that return ODataJPAFilterException.MessageKeysModifier and TypeMethodDescriptionReturns the enum constant of this type with the specified name.static ODataJPAFilterException.MessageKeys[]ODataJPAFilterException.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 ODataJPAFilterException.MessageKeysModifierConstructorDescriptionODataJPAFilterException(ODataJPAFilterException.MessageKeys messageKey, org.apache.olingo.commons.api.http.HttpStatusCode statusCode)ODataJPAFilterException(ODataJPAFilterException.MessageKeys messageKey, org.apache.olingo.commons.api.http.HttpStatusCode statusCode, String... params)ODataJPAFilterException(ODataJPAFilterException.MessageKeys messageKey, org.apache.olingo.commons.api.http.HttpStatusCode statusCode, Throwable e)ODataJPAFilterException(ODataJPAFilterException.MessageKeys messageKey, org.apache.olingo.commons.api.http.HttpStatusCode statusCode, Throwable cause, String... params)