Class RuntimeIOException

  • All Implemented Interfaces:
    java.io.Serializable

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

      Constructors 
      Constructor Description
      RuntimeIOException​(java.io.IOException e)
      There 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, getLocale
      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • RuntimeIOException

        public RuntimeIOException​(java.io.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