Class SourceModel.IOErrorOnCloseException

  • All Implemented Interfaces:
    Serializable
    Enclosing class:
    SourceModel

    public static class SourceModel.IOErrorOnCloseException
    extends IOException
    Is thrown when an exception appears during ZipOutputStream.close(). This might happen when a consumer of the stream does read all contents, but does not read the central directory that is written during close.
    See Also:
    Serialized Form
    • Constructor Detail

      • IOErrorOnCloseException

        public IOErrorOnCloseException​(IOException e)