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

public class RuntimeIOException extends OData2ServicesException
This exception wraps a thrown IOException as a runtime exception Will result in HttpStatus 500
See Also:
  • Constructor Details

    • RuntimeIOException

      public RuntimeIOException(IOException e)
      There was a problem reading or closing the stream of the request or response entity.
      Parameters:
      e - the internal exception that was thrown