public class BatchSerializerException extends SerializerException
Modifier and Type | Class and Description |
---|---|
static class |
BatchSerializerException.MessageKeys |
ODataLibraryException.MessageKey, ODataLibraryException.ODataErrorMessage
DEFAULT_SERVER_BUNDLE_NAME
Constructor and Description |
---|
BatchSerializerException(String developmentMessage,
ODataLibraryException.MessageKey messageKey,
String... parameters) |
Modifier and Type | Method and Description |
---|---|
protected String |
getBundleName()
Gets the name of the
ResourceBundle containing the exception texts. |
getLocalizedMessage, getMessageKey, getTranslatedMessage, toString
addSuppressed, fillInStackTrace, getCause, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
public BatchSerializerException(String developmentMessage, ODataLibraryException.MessageKey messageKey, String... parameters)
protected String getBundleName()
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.
getBundleName
in class SerializerException
Copyright © 2013–2018 The Apache Software Foundation. All rights reserved.