Class RequestedRangeNotSatisfiableRuntimeException

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

public class RequestedRangeNotSatisfiableRuntimeException extends HttpStatusRuntimeException
The Class RequestedRangeNotSatisfiableRuntimeException.
See Also:
  • Constructor Details

    • 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