1 6 7 package de.schlichtherle.io; 8 9 10 import java.io.IOException ; 11 12 20 public class ArchiveEntryStreamClosedException extends IOException { 21 22 public ArchiveEntryStreamClosedException() { 23 super("This archive entry stream has been forced to close() when File.update() or File.umount() has been called, which disables all I/O to it!"); 24 } 25 } 26 | Popular Tags |