Class RuntimeIOException

All Implemented Interfaces:
Serializable

public class RuntimeIOException extends RuntimeException
Subclass of RuntimeException used to signal that there was an IOException thrown by underlying Writer
See Also:
  • Constructor Details

    • RuntimeIOException

      public RuntimeIOException()
    • RuntimeIOException

      public RuntimeIOException(String message)
    • RuntimeIOException

      public RuntimeIOException(Throwable cause)
    • RuntimeIOException

      public RuntimeIOException(String message, Throwable cause)