public class RuntimeIOException extends RuntimeException
Constructor and Description |
---|
RuntimeIOException(String inMessage) |
RuntimeIOException(String inMessage,
Throwable inException) |
RuntimeIOException(Throwable inException) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public RuntimeIOException(String inMessage)
public RuntimeIOException(String inMessage, Throwable inException)
public RuntimeIOException(Throwable inException)
jataylor@hairyfatguy.com