@Immutable public class InputException extends IOException
InputStream
to an OutputStream
.Streams.cat(InputStream, OutputStream)
,
Serialized FormConstructor 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, toString
public InputException(@CheckForNull IOException cause)
InputException
.cause
- the nullable cause for this exception.public IOException getCause()
Copyright © 2012–2015 Schlichtherle IT Services. All rights reserved.