Class RuntimeIOException
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.RuntimeIOException
- All Implemented Interfaces:
Serializable
This exception wraps a thrown
IOException as a runtime exception
Will result in HttpStatus 500- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionThere was a problem reading or closing the stream of the request or response entity. -
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
-
RuntimeIOException
There was a problem reading or closing the stream of the request or response entity.- Parameters:
e- the internal exception that was thrown
-