| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
org.apache.http.HttpException
org.apache.http.ProtocolException
org.apache.http.client.NonRepeatableRequestException
public class NonRepeatableRequestException
Signals failure to retry the request due to non-repeatable request entity.
| Constructor Summary | |
|---|---|
| NonRepeatableRequestException()Creates a new NonRepeatableEntityException with a nulldetail 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 | 
|---|
public NonRepeatableRequestException()
null detail message.
public NonRepeatableRequestException(String message)
message - The exception detail message
public NonRepeatableRequestException(String message,
                                     Throwable cause)
message - The exception detail messagecause - the cause| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||