Class RuntimeIOException

All Implemented Interfaces:
Serializable

@Deprecated(since="2021-05-27") public class RuntimeIOException extends RuntimeException
Deprecated.
The Eclipse Jetty and Apache Felix Http Jetty packages are no longer supported.
Subclass of RuntimeException used to signal that there was an IOException thrown by underlying Writer
See Also:
  • Constructor Details

    • RuntimeIOException

      public RuntimeIOException()
      Deprecated.
    • RuntimeIOException

      public RuntimeIOException(String message)
      Deprecated.
    • RuntimeIOException

      public RuntimeIOException(Throwable cause)
      Deprecated.
    • RuntimeIOException

      public RuntimeIOException(String message, Throwable cause)
      Deprecated.