Package com.composum.sling.nodes.servlet
Class SourceModel.IOErrorOnCloseException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.io.IOException
-
- com.composum.sling.nodes.servlet.SourceModel.IOErrorOnCloseException
-
- All Implemented Interfaces:
Serializable
- Enclosing class:
- SourceModel
public static class SourceModel.IOErrorOnCloseException extends IOException
Is thrown when an exception appears duringZipOutputStream.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 Summary
Constructors Constructor Description IOErrorOnCloseException(IOException e)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
IOErrorOnCloseException
public IOErrorOnCloseException(IOException e)
-
-