Class RequestedRangeNotSatisfiableRuntimeException

    • Constructor Detail

      • RequestedRangeNotSatisfiableRuntimeException

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

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

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

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

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

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