Class RequestedRangeNotSatisfiableException

  • All Implemented Interfaces:
    Serializable, org.refcodes.exception.ErrorCodeAccessor, org.refcodes.exception.Trap, org.refcodes.mixin.StatusCodeAccessor<HttpStatusCode>

    public class RequestedRangeNotSatisfiableException
    extends HttpStatusException
    The Class RequestedRangeNotSatisfiableException.
    See Also:
    Serialized Form
    • Constructor Detail

      • RequestedRangeNotSatisfiableException

        public RequestedRangeNotSatisfiableException​(String aMessage,
                                                     String aErrorCode)
        Instantiates a new requested range not satisfiable exception.
        Parameters:
        aMessage - the message
        aErrorCode - the error code
      • RequestedRangeNotSatisfiableException

        public RequestedRangeNotSatisfiableException​(String aMessage,
                                                     Throwable aCause,
                                                     String aErrorCode)
        Instantiates a new requested range not satisfiable exception.
        Parameters:
        aMessage - the message
        aCause - the cause
        aErrorCode - the error code
      • RequestedRangeNotSatisfiableException

        public RequestedRangeNotSatisfiableException​(String message,
                                                     Throwable cause)
        Instantiates a new requested range not satisfiable exception.
        Parameters:
        message - the message
        cause - the cause
      • RequestedRangeNotSatisfiableException

        public RequestedRangeNotSatisfiableException​(String message)
        Instantiates a new requested range not satisfiable exception.
        Parameters:
        message - the message
      • RequestedRangeNotSatisfiableException

        public RequestedRangeNotSatisfiableException​(Throwable aCause,
                                                     String aErrorCode)
        Instantiates a new requested range not satisfiable exception.
        Parameters:
        aCause - the cause
        aErrorCode - the error code
      • RequestedRangeNotSatisfiableException

        public RequestedRangeNotSatisfiableException​(Throwable cause)
        Instantiates a new requested range not satisfiable exception.
        Parameters:
        cause - the cause