public class BatchDeserializerException extends DeserializerException
Modifier and Type | Class and Description |
---|---|
static class |
BatchDeserializerException.MessageKeys |
ODataLibraryException.MessageKey, ODataLibraryException.ODataErrorMessage
DEFAULT_SERVER_BUNDLE_NAME
Constructor and Description |
---|
BatchDeserializerException(String developmentMessage,
ODataLibraryException.MessageKey messageKey,
String... parameters)
Creates batch deserializer exception.
|
BatchDeserializerException(String developmentMessage,
Throwable cause,
ODataLibraryException.MessageKey messageKey,
String... parameters)
Creates batch deserializer exception.
|
getBundleName
getLocalizedMessage, getMessageKey, getTranslatedMessage, toString
addSuppressed, fillInStackTrace, getCause, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
public BatchDeserializerException(String developmentMessage, ODataLibraryException.MessageKey messageKey, String... parameters)
developmentMessage
- message text as fallback and for debugging purposesmessageKey
- one of the BatchDeserializerException.MessageKeys
for the exception text in the resource bundleparameters
- parameters for the exception textpublic BatchDeserializerException(String developmentMessage, Throwable cause, ODataLibraryException.MessageKey messageKey, String... parameters)
developmentMessage
- message text as fallback and for debugging purposescause
- the cause of this exceptionmessageKey
- one of the BatchDeserializerException.MessageKeys
for the exception text in the resource bundleparameters
- parameters for the exception textCopyright © 2013–2018 The Apache Software Foundation. All rights reserved.