Android
org.apache.http.client
public class

org.apache.http.client.NonRepeatableRequestException

java.lang.Object
java.lang.Throwable Serializable
java.lang.Exception
org.apache.http.HttpException
org.apache.http.ProtocolException
org.apache.http.client.NonRepeatableRequestException

Signals failure to retry the request due to non-repeatable request entity.

Summary

Public Constructors

            NonRepeatableRequestException()
Creates a new NonRepeatableEntityException with a null detail message.
            NonRepeatableRequestException(String message)
Creates a new NonRepeatableEntityException with the specified detail message.
Methods inherited from class java.lang.Throwable
Methods inherited from class java.lang.Object

Details

Public Constructors

public NonRepeatableRequestException()

Creates a new NonRepeatableEntityException with a null detail message.

public NonRepeatableRequestException(String message)

Creates a new NonRepeatableEntityException with the specified detail message.

Parameters

message The exception detail message
Copyright 2007 Google Inc. Build 0.9_r1-98467 - 14 Aug 2008 18:56