StreamCloseException
, StreamInvalidLockException
public class StreamException extends CacheException
Constructor | Description |
---|---|
StreamException() |
Constructs an
StreamException with null
as its error detail message. |
StreamException(int errorCode,
java.lang.String reason,
java.lang.String stackTrace) |
|
StreamException(java.lang.String s) |
Constructs an
StreamException with the specified detail
message. |
StreamException(java.lang.Throwable cause) |
getErrorCode, printStackTrace, setErrorCode
public StreamException()
StreamException
with null
as its error detail message.public StreamException(java.lang.String s)
StreamException
with the specified detail
message. The error message string s
can later be
retrieved by the Throwable.getMessage()
method of class java.lang.Throwable
.s
- the detail message.public StreamException(java.lang.Throwable cause)
public StreamException(int errorCode, java.lang.String reason, java.lang.String stackTrace)