Class BatchSerializerException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.apache.olingo.commons.api.ex.ODataException
org.apache.olingo.server.api.ODataLibraryException
org.apache.olingo.server.api.serializer.SerializerException
org.apache.olingo.server.api.serializer.BatchSerializerException
- All Implemented Interfaces:
Serializable
Thrown for invalid batch payloads.
- See Also:
-
Nested Class Summary
Nested ClassesNested classes/interfaces inherited from class org.apache.olingo.server.api.ODataLibraryException
ODataLibraryException.MessageKey, ODataLibraryException.ODataErrorMessage
-
Field Summary
Fields inherited from class org.apache.olingo.server.api.ODataLibraryException
DEFAULT_SERVER_BUNDLE_NAME
-
Constructor Summary
ConstructorsConstructorDescriptionBatchSerializerException
(String developmentMessage, ODataLibraryException.MessageKey messageKey, String... parameters) -
Method Summary
Modifier and TypeMethodDescriptionprotected String
Gets the name of theResourceBundle
containing the exception texts.Methods inherited from class org.apache.olingo.server.api.ODataLibraryException
getLocalizedMessage, getMessageKey, getTranslatedMessage, toString
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
-
Constructor Details
-
BatchSerializerException
public BatchSerializerException(String developmentMessage, ODataLibraryException.MessageKey messageKey, String... parameters)
-
-
Method Details
-
getBundleName
Description copied from class:ODataLibraryException
Gets the name of the
ResourceBundle
containing the exception texts.The key for an exception text is the concatenation of the exception-class name and the
ODataLibraryException.MessageKey
, separated by a dot.- Overrides:
getBundleName
in classSerializerException
- Returns:
- the name of the resource bundle
-