Class RuntimeIOException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
java.io.UncheckedIOException
org.eclipse.jetty.io.RuntimeIOException
- All Implemented Interfaces:
 Serializable
@Deprecated(forRemoval=true,
            since="12.1.0")
public class RuntimeIOException
extends UncheckedIOException
Deprecated, for removal: This API element is subject to removal in a future version.
Subclass of 
RuntimeException used to signal that there
was an IOException thrown by underlying Writer- See Also:
 
- 
Constructor Summary
ConstructorsConstructorDescriptionDeprecated, for removal: This API element is subject to removal in a future version.RuntimeIOException(String message) Deprecated, for removal: This API element is subject to removal in a future version.RuntimeIOException(String message, Throwable cause) Deprecated, for removal: This API element is subject to removal in a future version.RuntimeIOException(Throwable cause) Deprecated, for removal: This API element is subject to removal in a future version. - 
Method Summary
Methods inherited from class UncheckedIOException
getCauseMethods inherited from class Throwable
addSuppressed, fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString 
- 
Constructor Details
- 
RuntimeIOException
public RuntimeIOException()Deprecated, for removal: This API element is subject to removal in a future version. - 
RuntimeIOException
Deprecated, for removal: This API element is subject to removal in a future version. - 
RuntimeIOException
Deprecated, for removal: This API element is subject to removal in a future version. - 
RuntimeIOException
 
 - 
 
UncheckedIOException