net.java.trueupdate.core.io
Class InputException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
net.java.trueupdate.core.io.InputException
- All Implemented Interfaces:
- Serializable
@Immutable
public class InputException
- extends IOException
Thrown to indicate that an error happened on the input side rather than the
output side when copying an InputStream to an OutputStream.
- Author:
- Christian Schlichtherle (copied and edited from TrueCommons I/O 2.3.2)
- See Also:
Copy.copy(Source, Sink),
Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
InputException
public InputException(@CheckForNull
Throwable cause)
Copyright © 2013 Schlichtherle IT Services. All rights reserved.