public class RuntimeIOException extends RuntimeException
IOException. Thrown by
Tokenizer implementing classes,
among other things.| Constructor and Description |
|---|
RuntimeIOException()
Creates a new exception.
|
RuntimeIOException(String message)
Creates a new exception with a message.
|
RuntimeIOException(String message,
Throwable cause)
Creates a new exception with a message and an embedded cause.
|
RuntimeIOException(Throwable cause)
Creates a new exception with an embedded cause.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic RuntimeIOException()
public RuntimeIOException(String message)
message - the message for the exceptionpublic RuntimeIOException(Throwable cause)
cause - The cause for the exception