Class RuntimeIOException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.assertj.core.api.exception.RuntimeIOException
All Implemented Interfaces:
Serializable

public final class RuntimeIOException extends RuntimeException
Exception thrown by Files and URLs.
See Also:
  • Field Details

  • Constructor Details

    • RuntimeIOException

      public RuntimeIOException(String message)
      Creates a new RuntimeIOException.
      Parameters:
      message - the detail message.
    • RuntimeIOException

      public RuntimeIOException(String message, Throwable cause)
      Creates a new RuntimeIOException.
      Parameters:
      message - the detail message.
      cause - the cause of the error.