Class InternalProcessingException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.apache.olingo.odata2.api.exception.ODataRuntimeApplicationException
de.hybris.platform.odata2services.odata.OData2ServicesException
de.hybris.platform.odata2services.odata.persistence.InternalProcessingException
- All Implemented Interfaces:
Serializable
Exception to throw for Internal processing Exceptions.
Will result in HttpStatus 500
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionInternalProcessingException(String message) Constructor to create InternalProcessingExceptionConstructor to create InternalProcessingException -
Method Summary
Methods inherited from class org.apache.olingo.odata2.api.exception.ODataRuntimeApplicationException
getCode, getHttpStatus, getLocaleMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
InternalProcessingException
Constructor to create InternalProcessingException- Parameters:
message- error message
-
InternalProcessingException
Constructor to create InternalProcessingException- Parameters:
e- exception that was thrown
-