@Response(code=411, description="Length Required") public class LengthRequired extends HttpException
The request did not specify the length of its content, which is required by the requested resource.
| Modifier and Type | Field and Description |
|---|---|
static int |
CODE
HTTP status code
|
static String |
MESSAGE
Default message
|
| Constructor and Description |
|---|
LengthRequired()
Constructor.
|
LengthRequired(String msg)
Constructor.
|
LengthRequired(String msg,
Object... args)
Constructor.
|
LengthRequired(Throwable cause)
Constructor.
|
LengthRequired(Throwable cause,
String msg,
Object... args)
Constructor.
|
getFullStackMessage, getRootCause, getStatus, hashCode, setStatus, toStringaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTracepublic static final int CODE
public static final String MESSAGE
public LengthRequired(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 LengthRequired(String msg)
msg - The message. Can be public LengthRequired()
public LengthRequired(String msg, Object... args)
msg - The message. Can be args - Optional MessageFormat-style arguments in the message.public LengthRequired(Throwable cause)
cause - The cause. Can be Copyright © 2016–2019 The Apache Software Foundation. All rights reserved.