NotImplemented@Response(code=501, description="Not Implemented") @Deprecated public class NotImplemented extends RestException
The server either does not recognize the request method, or it lacks the ability to fulfill the request.
Usually this implies future availability (e.g., a new feature of a web-service API).
| Modifier and Type | Field and Description |
|---|---|
static int |
CODE
Deprecated.
HTTP status code
|
static String |
MESSAGE
Deprecated.
Default message
|
| Constructor and Description |
|---|
NotImplemented()
Deprecated.
Constructor.
|
NotImplemented(String msg)
Deprecated.
Constructor.
|
NotImplemented(String msg,
Object... args)
Deprecated.
Constructor.
|
NotImplemented(Throwable cause)
Deprecated.
Constructor.
|
NotImplemented(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 NotImplemented(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 NotImplemented(String msg)
msg - The message. Can be public NotImplemented()
public NotImplemented(String msg, Object... args)
msg - The message. Can be args - Optional MessageFormat-style arguments in the message.public NotImplemented(Throwable cause)
cause - The cause. Can be Copyright © 2016–2019 The Apache Software Foundation. All rights reserved.