Class StreamStillOpenException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.io.IOException
-
- lumis.portal.serialization.persistency.zip.StreamStillOpenException
-
- All Implemented Interfaces:
Serializable
public class StreamStillOpenException extends IOException
- Since:
- 4.0.10
- Version:
- $Revision: 6376 $ $Date: 2007-04-10 17:55:53 -0300 (Tue, 10 Apr 2007) $
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description StreamStillOpenException()
StreamStillOpenException(String s)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
StreamStillOpenException
public StreamStillOpenException()
-
StreamStillOpenException
public StreamStillOpenException(String s)
-
-