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