org.apache.http.client
Class NonRepeatableRequestException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.apache.http.HttpException
              extended by org.apache.http.ProtocolException
                  extended by org.apache.http.client.NonRepeatableRequestException
All Implemented Interfaces:
Serializable

public class NonRepeatableRequestException
extends org.apache.http.ProtocolException

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

Since:
4.0
See Also:
Serialized Form

Constructor Summary
NonRepeatableRequestException()
          Creates a new NonRepeatableEntityException with a null detail message.
NonRepeatableRequestException(String message)
          Creates a new NonRepeatableEntityException with the specified detail message.
NonRepeatableRequestException(String message, Throwable cause)
          Creates a new NonRepeatableEntityException with the specified detail message.
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

NonRepeatableRequestException

public NonRepeatableRequestException()
Creates a new NonRepeatableEntityException with a null detail message.


NonRepeatableRequestException

public NonRepeatableRequestException(String message)
Creates a new NonRepeatableEntityException with the specified detail message.

Parameters:
message - The exception detail message

NonRepeatableRequestException

public NonRepeatableRequestException(String message,
                                     Throwable cause)
Creates a new NonRepeatableEntityException with the specified detail message.

Parameters:
message - The exception detail message
cause - the cause


Copyright © 1999–2019 The Apache Software Foundation. All rights reserved.