@Response(code=413, description="Payload Too Large") public class PayloadTooLarge extends HttpException
The request is larger than the server is willing or able to process.
| Modifier and Type | Field and Description |
|---|---|
static int |
CODE
HTTP status code
|
static String |
MESSAGE
Default message
|
| Constructor and Description |
|---|
PayloadTooLarge()
Constructor.
|
PayloadTooLarge(String msg)
Constructor.
|
PayloadTooLarge(String msg,
Object... args)
Constructor.
|
PayloadTooLarge(Throwable cause)
Constructor.
|
PayloadTooLarge(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 PayloadTooLarge(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 PayloadTooLarge(String msg)
msg - The message. Can be public PayloadTooLarge()
public PayloadTooLarge(String msg, Object... args)
msg - The message. Can be args - Optional MessageFormat-style arguments in the message.public PayloadTooLarge(Throwable cause)
cause - The cause. Can be Copyright © 2016–2019 The Apache Software Foundation. All rights reserved.