public class StreamCloseException extends StreamException
Constructor | Description |
---|---|
StreamCloseException() |
Constructs an
StreamCloseException with null
as its error detail message. |
StreamCloseException(int expCode,
java.lang.String expMessage,
java.lang.String stackTrace) |
|
StreamCloseException(java.lang.String s) |
Constructs an
StreamCloseException with the specified detail
message. |
getErrorCode, printStackTrace, setErrorCode
public StreamCloseException()
StreamCloseException
with null
as its error detail message.public StreamCloseException(java.lang.String s)
StreamCloseException
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 StreamCloseException(int expCode, java.lang.String expMessage, java.lang.String stackTrace)