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 ()

Since: API Level 1

Creates a new NonRepeatableEntityException with a null detail message.

public NonRepeatableRequestException (String message)

Since: API Level 1

Creates a new NonRepeatableEntityException with the specified detail message.

Parameters
message The exception detail message