|
||||||||||
| 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.abstracthorizon.danube.support.RuntimeIOException
public class RuntimeIOException
Runtime IO exception. Base class to be used for all IO related exceptions.
| Constructor Summary | |
|---|---|
RuntimeIOException()
Constructor |
|
RuntimeIOException(IOException cause)
Constructor |
|
RuntimeIOException(String msg)
Constructor |
|
RuntimeIOException(String msg,
IOException cause)
Constructor |
|
| Method Summary | |
|---|---|
IOException |
getIOCause()
Returns cause as IOException |
| 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()
public RuntimeIOException(String msg)
msg - messagepublic RuntimeIOException(IOException cause)
cause - underlaying cause
public RuntimeIOException(String msg,
IOException cause)
msg - messagecause - underlaying cause| Method Detail |
|---|
public IOException getIOCause()
IOException
IOException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||