public class CopyStreamException extends IOException
The CopyStreamException class is thrown by the org.apache.commons.io.Util
copyStream() methods. It stores the number of bytes confirmed to
have been transferred before an I/O error as well as the IOException
responsible for the failure of a copy operation.