Serializable
public class InputStreamsException extends RuntimeException
InputStreams
.Constructor | Description |
---|---|
InputStreamsException(String message) |
Creates a new
. |
InputStreamsException(String message,
Throwable cause) |
Creates a new
. |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public InputStreamsException(String message)
InputStreamsException
.message
- the detail message.public InputStreamsException(String message, Throwable cause)
InputStreamsException
.message
- the detail message.cause
- the cause of the error.Copyright © 2014–2019. All rights reserved.