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:
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 ofRuntimeExceptionused to signal that there was anIOExceptionthrown by underlyingWriter- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description RuntimeIOException()Deprecated.RuntimeIOException(String message)Deprecated.RuntimeIOException(String message, Throwable cause)Deprecated.RuntimeIOException(Throwable cause)Deprecated.
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-