@Immutable public class InputException extends IOException
InputStream to an OutputStream.Streams.cat(InputStream, OutputStream),
Serialized Form| Constructor and Description |
|---|
InputException(IOException cause)
Constructs a new
InputException. |
| Modifier and Type | Method and Description |
|---|---|
IOException |
getCause() |
addSuppressed, fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic InputException(@CheckForNull IOException cause)
InputException.cause - the nullable cause for this exception.public IOException getCause()
Copyright © 2012–2014 Schlichtherle IT Services. All rights reserved.