|
||||||||||
| 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
public class ResponseTimeoutException
Thrown by Request methods to indicate that the request failed because the
server did not response in time. This may be a ResponseConnectTimeoutException
or a ResponseReadTimeoutException.
| Constructor Summary | |
|---|---|
ResponseTimeoutException(java.lang.String message)
|
|
ResponseTimeoutException(java.lang.String message,
java.lang.Throwable cause)
|
|
ResponseTimeoutException(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 ResponseTimeoutException(java.lang.String message,
java.lang.Throwable cause)
public ResponseTimeoutException(java.lang.String message)
public ResponseTimeoutException(java.lang.Throwable cause)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||