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