Constructor and Description |
---|
RequestFailed(java.net.URI server,
Request request,
java.lang.Throwable throwable) |
Modifier and Type | Method and Description |
---|---|
Request |
getRequest() |
java.net.URI |
getServer() |
java.lang.Throwable |
getThrowable() |
java.lang.String |
toString() |
public RequestFailed(java.net.URI server, Request request, java.lang.Throwable throwable)
public java.net.URI getServer()
public Request getRequest()
public java.lang.Throwable getThrowable()
public java.lang.String toString()
toString
in class java.lang.Object