|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
com.atlassian.sal.api.net.ResponseException
com.atlassian.sal.api.net.ResponseTimeoutException
com.atlassian.sal.api.net.ResponseReadTimeoutException
public class ResponseReadTimeoutException
Thrown by Request methods to indicate that the request failed because the
server did not respond within the timeout interval after a connection was made.
| Constructor Summary | |
|---|---|
ResponseReadTimeoutException(java.lang.String message)
|
|
ResponseReadTimeoutException(java.lang.String message,
java.lang.Throwable cause)
|
|
ResponseReadTimeoutException(java.lang.Throwable 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 ResponseReadTimeoutException(java.lang.String message,
java.lang.Throwable cause)
public ResponseReadTimeoutException(java.lang.String message)
public ResponseReadTimeoutException(java.lang.Throwable cause)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||