Uses of Enum
com.sap.olingo.jpa.metadata.core.edm.mapper.exception.ODataJPAModelException.MessageKeys
Packages that use ODataJPAModelException.MessageKeys
-
Uses of ODataJPAModelException.MessageKeys in com.sap.olingo.jpa.metadata.core.edm.mapper.exception
Methods in com.sap.olingo.jpa.metadata.core.edm.mapper.exception that return ODataJPAModelException.MessageKeysModifier and TypeMethodDescriptionReturns the enum constant of this type with the specified name.static ODataJPAModelException.MessageKeys[]ODataJPAModelException.MessageKeys.values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in com.sap.olingo.jpa.metadata.core.edm.mapper.exception with parameters of type ODataJPAModelException.MessageKeysModifierConstructorDescriptionODataJPAModelException(ODataJPAModelException.MessageKeys messageKey)ODataJPAModelException(ODataJPAModelException.MessageKeys messageKey, String... params)ODataJPAModelException(ODataJPAModelException.MessageKeys messageKey, Throwable e)ODataJPAModelException(ODataJPAModelException.MessageKeys messageKey, Throwable e, String... params)