Class RequestedRangeNotSatisfiableException

    • 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