Class IORuntimeException

All Implemented Interfaces:
Serializable

public class IORuntimeException extends RuntimeException
This unchecked exception wraps an IOException.
See Also:
  • Constructor Details

    • IORuntimeException

      public IORuntimeException(String message, IOException cause)
      Parameters:
      message - A detail message.
      cause - The original IOException.
    • IORuntimeException

      public IORuntimeException(IOException cause)
      Parameters:
      cause - The original IOException.
  • Method Details