|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object java.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 causepublic RuntimeIOException(String msg, IOException cause)
msg
- messagecause
- underlaying causeMethod Detail |
---|
public IOException getIOCause()
IOException
IOException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |