public class UndeclaredIOException extends UndeclaredThrowableException
IOException. Note that this exception should not be abused, i.e it should not be
used in place of IOException. It should be used in the Juzu API used to develop an application, which
makes the IOException transparent to the developer.| Constructor and Description |
|---|
UndeclaredIOException(IOException undeclaredIO) |
| Modifier and Type | Method and Description |
|---|---|
IOException |
getCause() |
getUndeclaredThrowableaddSuppressed, fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic UndeclaredIOException(IOException undeclaredIO)
public IOException getCause()
getCause in class UndeclaredThrowableExceptionCopyright © 2016 eXo Platform SAS. All rights reserved.