|
||||||||||
| 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
com.xebialabs.deployit.exception.RuntimeIOException
public class RuntimeIOException
Unchecked version of IOException
| Constructor Summary | |
|---|---|
RuntimeIOException(java.lang.String message)
Constructs a RuntimeIOException with a message. |
|
RuntimeIOException(java.lang.String message,
java.lang.Throwable cause)
Constructs a RuntimeIOException with a message and a cause. |
|
RuntimeIOException(java.lang.Throwable cause)
Constructs a RuntimeIOException with a cause. |
|
| 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(java.lang.String message)
message - the message
public RuntimeIOException(java.lang.String message,
java.lang.Throwable cause)
message - the messagecause - the exceptionpublic RuntimeIOException(java.lang.Throwable cause)
cause - the original exception
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||