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