Class 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 Details

    • RuntimeIOException

      public RuntimeIOException()
      Deprecated, for removal: This API element is subject to removal in a future version.
    • RuntimeIOException

      public RuntimeIOException(String message)
      Deprecated, for removal: This API element is subject to removal in a future version.
    • RuntimeIOException

      public RuntimeIOException(Throwable cause)
      Deprecated, for removal: This API element is subject to removal in a future version.
    • RuntimeIOException

      public RuntimeIOException(String message, Throwable cause)
      Deprecated, for removal: This API element is subject to removal in a future version.