Class 
Use 
SUMMARY: NESTED | FIELD | CONSTR | METHOD      DETAIL: FIELD | CONSTR | METHOD
FlexDoc/Javadoc 2.0
Demo Java Doc

java.base / java.io
Class UncheckedIOException
java.lang.Object
  java.lang.Throwable
      java.lang.Exception
          java.lang.RuntimeException
              java.io.UncheckedIOException
All Implemented Interfaces:
Serializable

public class UncheckedIOException
extends RuntimeException
Wraps an IOException with an unchecked exception.
Since:
1.8
See Also:
Serialized Form

Constructor Summary
Constructs an instance of this class.
Constructs an instance of this class.
Method Summary
Returns the cause of this exception.
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Constructor Detail
UncheckedIOException
public UncheckedIOException
(String message,
 IOException cause)
Constructs an instance of this class.
Parameters:
message - the detail message, can be null
cause - the IOException
Throws:
NullPointerException - if the cause is null

UncheckedIOException
public UncheckedIOException
(IOException cause)
Constructs an instance of this class.
Parameters:
cause - the IOException
Throws:
NullPointerException - if the cause is null
Method Detail
getCause
public IOException getCause
()
Returns the cause of this exception.
Overrides:
getCause in class Throwable
Returns:
the IOException which is the cause of this exception.

 Class 
Use 
SUMMARY: NESTED | FIELD | CONSTR | METHOD      DETAIL: FIELD | CONSTR | METHOD
FlexDoc/Javadoc 2.0
Demo Java Doc

Java API documentation generated with FlexDoc/Javadoc 2.0 using JavadocClassic 3.0 template set.
FlexDoc/Javadoc is a template-driven programming tool for rapid development of any Javadoc-based Java API documentation generators (i.e. doclets). If you need to customize your Javadoc without writing a full-blown doclet from scratch, FlexDoc/Javadoc may be the only tool able to help you! Find out more at www.flexdoc.xyz