Class NonRepeatableRequestException

  • All Implemented Interfaces:
    java.io.Serializable

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

      Constructors 
      Constructor 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.
    • Method Summary

      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • NonRepeatableRequestException

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

        public NonRepeatableRequestException​(java.lang.String message)
        Creates a new NonRepeatableEntityException with the specified detail message.
        Parameters:
        message - The exception detail message
      • NonRepeatableRequestException

        public NonRepeatableRequestException​(java.lang.String message,
                                             java.lang.Throwable cause)
        Creates a new NonRepeatableEntityException with the specified detail message.
        Parameters:
        message - The exception detail message
        cause - the cause