Class ODataJPAQueryException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.apache.olingo.commons.api.ex.ODataException
org.apache.olingo.server.api.ODataApplicationException
com.sap.olingo.jpa.processor.core.exception.ODataJPAProcessException
com.sap.olingo.jpa.processor.core.exception.ODataJPAQueryException
- All Implemented Interfaces:
Serializable
- See Also:
- Serialized Form
-
Nested Class Summary
Nested Classes -
Field Summary
Fields inherited from class com.sap.olingo.jpa.processor.core.exception.ODataJPAProcessException
id, messageText, parameter -
Constructor Summary
ConstructorsConstructorDescriptionODataJPAQueryException(ODataJPAQueryException.MessageKeys messageKey, org.apache.olingo.commons.api.http.HttpStatusCode statusCode)ODataJPAQueryException(ODataJPAQueryException.MessageKeys messageKey, org.apache.olingo.commons.api.http.HttpStatusCode statusCode, String... params)ODataJPAQueryException(ODataJPAQueryException.MessageKeys messageKey, org.apache.olingo.commons.api.http.HttpStatusCode statusCode, Throwable e)ODataJPAQueryException(ODataJPAQueryException.MessageKeys messageKey, org.apache.olingo.commons.api.http.HttpStatusCode statusCode, Throwable cause, String... params)ODataJPAQueryException(Throwable e, org.apache.olingo.commons.api.http.HttpStatusCode statusCode) -
Method Summary
Methods inherited from class com.sap.olingo.jpa.processor.core.exception.ODataJPAProcessException
getId, getLocales, getLocalizedMessage, getMessage, getParameter, getTextBundle, setLocalesMethods inherited from class org.apache.olingo.server.api.ODataApplicationException
getLocale, getODataErrorCode, getStatusCodeMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ODataJPAQueryException
public ODataJPAQueryException(Throwable e, org.apache.olingo.commons.api.http.HttpStatusCode statusCode) -
ODataJPAQueryException
public ODataJPAQueryException(ODataJPAQueryException.MessageKeys messageKey, org.apache.olingo.commons.api.http.HttpStatusCode statusCode, Throwable cause, String... params) -
ODataJPAQueryException
public ODataJPAQueryException(ODataJPAQueryException.MessageKeys messageKey, org.apache.olingo.commons.api.http.HttpStatusCode statusCode) -
ODataJPAQueryException
public ODataJPAQueryException(ODataJPAQueryException.MessageKeys messageKey, org.apache.olingo.commons.api.http.HttpStatusCode statusCode, String... params) -
ODataJPAQueryException
public ODataJPAQueryException(ODataJPAQueryException.MessageKeys messageKey, org.apache.olingo.commons.api.http.HttpStatusCode statusCode, Throwable e)
-
-
Method Details
-
getBundleName
- Specified by:
getBundleNamein classODataJPAProcessException
-