de.schlichtherle.io
Class ArchiveEntryStreamClosedException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.io.IOException
              extended by de.schlichtherle.io.ArchiveEntryStreamClosedException
All Implemented Interfaces:
Serializable

public class ArchiveEntryStreamClosedException
extends IOException

Thrown if an input or output stream for an archive entry has been forced to close when the archive file was (explicitly or implicitly) unmounted.

Since:
TrueZIP 6.0
Version:
TrueZIP 6.7
Author:
Christian Schlichtherle
See Also:
Using Archive Entry Streams, File.umount(), File.update(), Serialized Form

Constructor Summary
ArchiveEntryStreamClosedException()
           
 
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

ArchiveEntryStreamClosedException

public ArchiveEntryStreamClosedException()