public class IoRuntimeException extends RuntimeException
| Modifier | Constructor and Description |
|---|---|
|
IoRuntimeException() |
|
IoRuntimeException(String message) |
|
IoRuntimeException(String message,
Throwable cause) |
protected |
IoRuntimeException(String message,
Throwable cause,
boolean enableSuppression,
boolean writableStackTrace) |
|
IoRuntimeException(Throwable cause) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic IoRuntimeException()
public IoRuntimeException(String message)
protected IoRuntimeException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace)
public IoRuntimeException(Throwable cause)
Copyright © 2016. All Rights Reserved.