|
|||||||||
| 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.atlassian.httpclient.api.UnexpectedResponsesException
public class UnexpectedResponsesException
Thrown to indicate that a set of responses completed normally but that one or more of them produced an unexpected status code.
| Constructor Summary | |
|---|---|
UnexpectedResponsesException(java.util.List<Response> responses)
Creates a new exception for the given responses. |
|
| Method Summary | |
|---|---|
java.util.List<Response> |
getResponses()
Returns the unexpected responses. |
| 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 UnexpectedResponsesException(java.util.List<Response> responses)
responses - The list of responses| Method Detail |
|---|
public java.util.List<Response> getResponses()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||