Package org.eclipse.jetty.io
Class RuntimeIOException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.eclipse.jetty.io.RuntimeIOException
-
- All Implemented Interfaces:
java.io.Serializable
@Deprecated(since="2021-05-27") public class RuntimeIOException extends java.lang.RuntimeExceptionDeprecated.The Eclipse Jetty and Apache Felix Http Jetty packages are no longer supported.Subclass ofRuntimeExceptionused to signal that there was anIOExceptionthrown by underlyingWriter- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description RuntimeIOException()Deprecated.RuntimeIOException(java.lang.String message)Deprecated.RuntimeIOException(java.lang.String message, java.lang.Throwable cause)Deprecated.RuntimeIOException(java.lang.Throwable cause)Deprecated.
-
-
-
Constructor Detail
-
RuntimeIOException
public RuntimeIOException()
Deprecated.
-
RuntimeIOException
public RuntimeIOException(java.lang.String message)
Deprecated.
-
RuntimeIOException
public RuntimeIOException(java.lang.Throwable cause)
Deprecated.
-
RuntimeIOException
public RuntimeIOException(java.lang.String message, java.lang.Throwable cause)Deprecated.
-
-