public class BatchDeserializerException extends DeserializerException
| Modifier and Type | Class and Description | 
|---|---|
| static class  | BatchDeserializerException.MessageKeys | 
ODataLibraryException.MessageKey, ODataLibraryException.ODataErrorMessageDEFAULT_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. | 
getBundleNamegetLocalizedMessage, getMessageKey, getTranslatedMessage, toStringaddSuppressed, fillInStackTrace, getCause, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTracepublic 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–2023 The Apache Software Foundation. All rights reserved.