|
||||||||||
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
com.microsoft.tfs.core.httpclient.HttpException
com.microsoft.tfs.core.httpclient.HttpRecoverableException
@Deprecated public class HttpRecoverableException
Signals that an HTTP or HttpClient exception has occurred. This exception may
have been caused by a transient error and the request may be retried. It may
be possible to retrieve the underlying transient error via the inherited
HttpException.getCause()
method.
Constructor Summary | |
---|---|
HttpRecoverableException()
Deprecated. Creates a new HttpRecoverableException with a null detail message. |
|
HttpRecoverableException(java.lang.String message)
Deprecated. Creates a new HttpRecoverableException with the specified detail message. |
Method Summary |
---|
Methods inherited from class com.microsoft.tfs.core.httpclient.HttpException |
---|
getCause, getReason, getReasonCode, printStackTrace, printStackTrace, printStackTrace, setReason, setReasonCode |
Methods inherited from class java.lang.Throwable |
---|
fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, initCause, setStackTrace, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public HttpRecoverableException()
public HttpRecoverableException(java.lang.String message)
message
- exception message
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |