Class PreconditionException
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.etag.PreconditionException
- All Implemented Interfaces:
Serializable
This exception is thrown for invalid precondition error cases.
- 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
ConstructorsConstructorDescriptionPreconditionException
(String developmentMessage, Throwable cause, ODataLibraryException.MessageKey messageKey, String... parameters) PreconditionException
(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
-
PreconditionException
public PreconditionException(String developmentMessage, ODataLibraryException.MessageKey messageKey, String... parameters) -
PreconditionException
public PreconditionException(String developmentMessage, Throwable cause, 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.- Specified by:
getBundleName
in classODataLibraryException
- Returns:
- the name of the resource bundle
-