|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.littleshoot.util.RuntimeIoException
public class RuntimeIoException
A runtime wrapper around an IOException.
| Constructor Summary | |
|---|---|
RuntimeIoException(Exception original)
Constructs a new runtime wrapper for an IOException. |
|
RuntimeIoException(String message)
Creates a new RuntimeIoException with the specified message and
no cause. |
|
RuntimeIoException(String message,
Exception original)
Constructs a new runtime wrapper for an IOException. |
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Throwable |
|---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public RuntimeIoException(Exception original)
IOException.
original - The original IOException to wrap.
public RuntimeIoException(String message,
Exception original)
IOException.
message - The message to display with the exception.original - The original IOException to wrap.public RuntimeIoException(String message)
RuntimeIoException with the specified message and
no cause.
message - The message.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||