Serialized Form
_retryable
boolean _retryable
cause
java.lang.Throwable cause
- The original Throwable representing the cause of this error
_code
int _code
- The response code of the request, if a response was received from the
server.
_location
java.lang.String _location
_retryDueToFailure
boolean _retryDueToFailure
- This is a request that could normally be retried (i.e. not a POST) and
the connection failed such that no response is available from the server.
This would normally be automatically retried, were it // not a streaming
request.
Copyright © 2002-2007 Oakland Software Incorporated. All Rights Reserved.