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