Class RuntimeIoException

All Implemented Interfaces:
Serializable

public class RuntimeIoException extends RuntimeException
A unchecked version of IOException.

Please note that RuntimeIoException is different from IOException in that doesn't trigger force session close, while IOException forces disconnection.

See Also:
  • Field Details

  • Constructor Details

    • RuntimeIoException

      public RuntimeIoException()
      Create a new RuntimeIoException instance
    • RuntimeIoException

      public RuntimeIoException(String message)
      Create a new RuntimeIoException instance
      Parameters:
      message - The error message
    • RuntimeIoException

      public RuntimeIoException(String message, Throwable cause)
      Create a new RuntimeIoException instance
      Parameters:
      message - The error message
      cause - The original exception
    • RuntimeIoException

      public RuntimeIoException(Throwable cause)
      Create a new RuntimeIoException instance
      Parameters:
      cause - The original exception