public class ForbiddenException
Exception indicating the caller is not authorised to access the resource.
This is translated to a status of 403 (forbidden) by default.
| Constructor and Description |
|---|
ForbiddenException(java.lang.String message)
Exception indicating the caller is not authorised to access the resource.
|
ForbiddenException()
Exception indicating the caller is not authorised to access the resource.
|
public ForbiddenException(java.lang.String message)
Exception indicating the caller is not authorised to access the resource.
This is translated to a status of 403 (forbidden) by default.
public ForbiddenException()
Exception indicating the caller is not authorised to access the resource.
This is translated to a status of 403 (forbidden) by default.