@Response(code=416, description="Range Not Satisfiable") @Deprecated public class RangeNotSatisfiable extends RestException
The client has asked for a portion of the file (byte serving), but the server cannot supply that portion.
For example, if the client asked for a part of the file that lies beyond the end of the file.
| Modifier and Type | Field and Description |
|---|---|
static int |
CODE
Deprecated.
HTTP status code
|
static String |
MESSAGE
Deprecated.
Default message
|
| Constructor and Description |
|---|
RangeNotSatisfiable()
Deprecated.
Constructor.
|
RangeNotSatisfiable(String msg)
Deprecated.
Constructor.
|
RangeNotSatisfiable(String msg,
Object... args)
Deprecated.
Constructor.
|
RangeNotSatisfiable(Throwable cause)
Deprecated.
Constructor.
|
RangeNotSatisfiable(Throwable cause,
String msg,
Object... args)
Deprecated.
Constructor.
|
getFullStackMessage, getOccurrence, getRootCause, getStatus, hashCode, setOccurrence, setStatus, toStringaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTracepublic static final int CODE
public static final String MESSAGE
public RangeNotSatisfiable(Throwable cause, String msg, Object... args)
cause - The cause. Can be msg - The message. Can be args - Optional MessageFormat-style arguments in the message.public RangeNotSatisfiable(String msg)
msg - The message. Can be public RangeNotSatisfiable()
public RangeNotSatisfiable(String msg, Object... args)
msg - The message. Can be args - Optional MessageFormat-style arguments in the message.public RangeNotSatisfiable(Throwable cause)
cause - The cause. Can be Copyright © 2016–2019 The Apache Software Foundation. All rights reserved.