Serializablepublic 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, waitaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic 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.