Class NonRepeatableRequestException

All Implemented Interfaces:
Serializable

public class NonRepeatableRequestException
extends ProtocolException
Signals failure to retry the request due to non-repeatable request entity.
Since:
4.0
Author:
Oleg Kalnichevski
See Also:
Serialized Form
  • Constructor Details

    • 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