public class StreamException
extends java.lang.RuntimeException
IOException.| Constructor and Description |
|---|
StreamException(java.io.IOException cause)
Creates a new instance with causing IO exception.
|
StreamException(java.lang.String message)
Creates a new instance with the given error message.
|
public StreamException(java.lang.String message)
message - Error message.public StreamException(java.io.IOException cause)
cause - IO exception to wrap.