Class StreamCloseException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- com.alachisoft.ncache.runtime.exceptions.CacheException
-
- com.alachisoft.ncache.runtime.exceptions.StreamException
-
- com.alachisoft.ncache.runtime.exceptions.StreamCloseException
-
- All Implemented Interfaces:
java.io.Serializable
public class StreamCloseException extends StreamException
StreamCloseException is thrown if a write operation is performed on closed CacheStream- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description StreamCloseException()Constructs anStreamCloseExceptionwithnullas its error detail message.StreamCloseException(int expCode, java.lang.String expMessage, java.lang.String stackTrace)StreamCloseException(java.lang.String s)Constructs anStreamCloseExceptionwith the specified detail message.
-
Method Summary
-
Methods inherited from class com.alachisoft.ncache.runtime.exceptions.CacheException
getErrorCode, printStackTrace, setErrorCode
-
-
-
-
Constructor Detail
-
StreamCloseException
public StreamCloseException()
Constructs anStreamCloseExceptionwithnullas its error detail message.
-
StreamCloseException
public StreamCloseException(java.lang.String s)
Constructs anStreamCloseExceptionwith the specified detail message. The error message stringscan later be retrieved by themethod of classThrowable.getMessage()java.lang.Throwable.- Parameters:
s- the detail message.
-
StreamCloseException
public StreamCloseException(int expCode, java.lang.String expMessage, java.lang.String stackTrace)
-
-