Package org.assertj.core.api.exception
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
- Author:
- Yvonne Wang
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description RuntimeIOException(String message)
Creates a newRuntimeIOException
.RuntimeIOException(String message, Throwable cause)
Creates a newRuntimeIOException
.
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
RuntimeIOException
public RuntimeIOException(String message)
Creates a newRuntimeIOException
.- Parameters:
message
- the detail message.
-
RuntimeIOException
public RuntimeIOException(String message, Throwable cause)
Creates a newRuntimeIOException
.- Parameters:
message
- the detail message.cause
- the cause of the error.
-
-