public class InputStreamsException
extends java.lang.RuntimeException
InputStreams
.Constructor and Description |
---|
InputStreamsException(java.lang.String message)
Creates a new
. |
InputStreamsException(java.lang.String message,
java.lang.Throwable cause)
Creates a new
. |
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.Copyright © 2007–2018. All rights reserved.