public final class IORuntimeException extends RuntimeException
Constructor and Description |
---|
IORuntimeException(String message)
Creates a new
IORuntimeException . |
IORuntimeException(String message,
IOException cause)
Creates a new
IORuntimeException . |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public IORuntimeException(@Nonnull String message)
IORuntimeException
.message
- the detail message.public IORuntimeException(@Nonnull String message, @Nullable IOException cause)
IORuntimeException
.message
- the detail message.cause
- the cause of the error.Copyright © 2014–2020 AssertJ. All rights reserved.