Forbidden@Response(code=403, description="Forbidden") @Deprecated public class Forbidden extends RestException
The request was valid, but the server is refusing action.
The user might not have the necessary permissions for a resource, or may need an account of some sort.
| Modifier and Type | Field and Description |
|---|---|
static int |
CODE
Deprecated.
HTTP status code
|
static String |
MESSAGE
Deprecated.
Default message
|
| Constructor and Description |
|---|
Forbidden()
Deprecated.
Constructor.
|
Forbidden(String msg)
Deprecated.
Constructor.
|
Forbidden(String msg,
Object... args)
Deprecated.
Constructor.
|
Forbidden(Throwable cause)
Deprecated.
Constructor.
|
Forbidden(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 Forbidden(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 Forbidden(String msg)
msg - The message. Can be public Forbidden()
public Forbidden(String msg, Object... args)
msg - The message. Can be args - Optional MessageFormat-style arguments in the message.Copyright © 2016–2019 The Apache Software Foundation. All rights reserved.