to top
Android APIs
public class

NonRepeatableRequestException

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

Class Overview

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.
[Expand]
Inherited Methods
From class java.lang.Throwable
From class java.lang.Object

Public Constructors

public NonRepeatableRequestException ()

Added in API level 1

Creates a new NonRepeatableEntityException with a null detail message.

public NonRepeatableRequestException (String message)

Added in API level 1

Creates a new NonRepeatableEntityException with the specified detail message.

Parameters
message The exception detail message