public class StreamException
extends java.io.IOException
Constructor and Description |
---|
StreamException(java.lang.String msg)
Base constructor.
|
StreamException(java.lang.String msg,
java.lang.Throwable cause)
Constructor when this exception is due to another one.
|
Modifier and Type | Method and Description |
---|---|
java.lang.Throwable |
getCause() |
public StreamException(java.lang.String msg)
msg
- a message concerning the exception.public StreamException(java.lang.String msg, java.lang.Throwable cause)
msg
- a message concerning the exception.cause
- the exception that caused this exception to be thrown.