Class RuntimeIOException

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
NotEnoughDataIOException

public class RuntimeIOException extends RuntimeException
An IOException was encountered and the stupid programmer didn't know how to recover, so this got thrown instead.
See Also:
  • Constructor Details

    • RuntimeIOException

      public RuntimeIOException(@Nonnull String message, @Nonnull IOException cause)
    • RuntimeIOException

      public RuntimeIOException(@Nonnull IOException cause)
    • RuntimeIOException

      public RuntimeIOException(@Nonnull String message)