public class UncheckedIOException extends RuntimeException
IOExceptions. (The built-in java.io.UncheckedIOException is only
available on Java 8.)| Constructor and Description |
|---|
UncheckedIOException(IOException cause) |
UncheckedIOException(String message,
IOException cause) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic UncheckedIOException(String message, IOException cause)
public UncheckedIOException(IOException cause)
Copyright © 2016. All Rights Reserved.