TrueUpdate Core 0.3

net.java.trueupdate.core.io
Class InputException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.io.IOException
              extended by 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

Constructor Summary
InputException(Throwable cause)
           
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

InputException

public InputException(@CheckForNull
                      Throwable cause)

TrueUpdate Core 0.3

Copyright © 2013 Schlichtherle IT Services. All rights reserved.