UriTooLong@Response(code=414, description="URI Too Long") @Deprecated public class UriTooLong extends RestException
The URI provided was too long for the server to process.
Often the result of too much data being encoded as a query-string of a GET request, in which case it should be converted to a POST request.
| Modifier and Type | Field and Description |
|---|---|
static int |
CODE
Deprecated.
HTTP status code
|
static String |
MESSAGE
Deprecated.
Default message
|
| Constructor and Description |
|---|
UriTooLong()
Deprecated.
Constructor.
|
UriTooLong(String msg)
Deprecated.
Constructor.
|
UriTooLong(String msg,
Object... args)
Deprecated.
Constructor.
|
UriTooLong(Throwable cause)
Deprecated.
Constructor.
|
UriTooLong(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 UriTooLong(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 UriTooLong(String msg)
msg - The message. Can be public UriTooLong()
public UriTooLong(String msg, Object... args)
msg - The message. Can be args - Optional MessageFormat-style arguments in the message.public UriTooLong(Throwable cause)
cause - The cause. Can be Copyright © 2016–2019 The Apache Software Foundation. All rights reserved.