|
HOME | ||||||||
| 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.io.IOException
java.io.InterruptedIOException
com.ireasoning.protocol.TimeoutException
This Exception is thrown when a specified timeout is reached without suceeding in completing the action.
| Field Summary |
| Fields inherited from class java.io.InterruptedIOException |
bytesTransferred |
| Constructor Summary | |
TimeoutException()
Construct a new TimeoutException with no detailed message. |
|
TimeoutException(java.lang.String msg)
Constructs a new TimeoutException with a detail message. |
|
| 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 TimeoutException()
public TimeoutException(java.lang.String msg)
msg - the detail message
|
HOME | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||