public class NonRepeatableRequestException
extends org.apache.http.ProtocolException
Constructor and Description |
---|
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.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public NonRepeatableRequestException()
null
detail message.public NonRepeatableRequestException(String message)
message
- The exception detail messageCopyright © 1999–2022 The Apache Software Foundation. All rights reserved.