public class InputStreamsException
extends java.lang.RuntimeException
InputStreams.| Modifier and Type | Field and Description |
|---|---|
private static long |
serialVersionUID |
| Constructor and Description |
|---|
InputStreamsException(java.lang.String message)
Creates a new
. |
InputStreamsException(java.lang.String message,
java.lang.Throwable cause)
Creates a new
. |
private static final long serialVersionUID
public InputStreamsException(java.lang.String message)
InputStreamsException.message - the detail message.public InputStreamsException(java.lang.String message,
java.lang.Throwable cause)
InputStreamsException.message - the detail message.cause - the cause of the error.