@Immutable public class NonRepeatableRequestException extends ProtocolException
Constructor and Description |
---|
NonRepeatableRequestException()
Creates a new NonRepeatableEntityException with a
null detail message. |
NonRepeatableRequestException(java.lang.String message)
Creates a new NonRepeatableEntityException with the specified detail message.
|
NonRepeatableRequestException(java.lang.String message,
java.lang.Throwable cause)
Creates a new NonRepeatableEntityException with the specified detail message.
|
public NonRepeatableRequestException()
null
detail message.public NonRepeatableRequestException(java.lang.String message)
message
- The exception detail messagepublic NonRepeatableRequestException(java.lang.String message, java.lang.Throwable cause)
message
- The exception detail messagecause
- the cause