Class ODataJPAException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.apache.olingo.commons.api.ex.ODataException
com.sap.olingo.jpa.metadata.core.edm.mapper.exception.ODataJPAException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
ODataJPAModelException
public abstract class ODataJPAException
extends org.apache.olingo.commons.api.ex.ODataException
- See Also:
- Serialized Form
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Stringprotected ODataJPAMessageTextBufferprotected String[] -
Constructor Summary
ConstructorsConstructorDescriptionODataJPAException(String id)ODataJPAException(String id, String... params)ODataJPAException(String id, Throwable cause)ODataJPAException(String id, Throwable cause, String... params)ODataJPAException(Throwable cause) -
Method Summary
Modifier and TypeMethodDescriptionprotected abstract Stringstatic Enumeration<Locale>static voidsetLocales(Enumeration<Locale> locales)Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Field Details
-
id
-
messageBuffer
-
parameter
-
-
Constructor Details
-
ODataJPAException
-
ODataJPAException
-
ODataJPAException
-
ODataJPAException
-
ODataJPAException
-
-
Method Details
-
getLocales
-
setLocales
-
getLocalizedMessage
- Overrides:
getLocalizedMessagein classThrowable
-
getMessage
- Overrides:
getMessagein classThrowable
-
getBundleName
-