public class InputException
extends java.io.IOException
IOException happened on the input side rather than
the output side when copying an InputStream to an OutputStream.| Modifier and Type | Field and Description |
|---|---|
private static long |
serialVersionUID |
| Constructor and Description |
|---|
InputException(java.io.IOException cause)
Constructs a new
InputException. |
| Modifier and Type | Method and Description |
|---|---|
java.io.IOException |
getCause()
Returns the
IOException provided as the cause when this
exception was created. |
private static final long serialVersionUID
public InputException(java.io.IOException cause)
InputException.cause - A valid IOException.
This must not be null and must not be an instance
of FileNotFoundException in order to prevent masking it.java.lang.IllegalArgumentException - If cause is an instance of
FileNotFoundException.Copyright © 2005-2011 Schlichtherle IT Services. All Rights Reserved.