Package jakarta.ws.rs

Class ForbiddenException

java.lang.Object
All Implemented Interfaces:
Serializable

public class ForbiddenException extends ClientErrorException
A runtime exception indicating that an access to a resource requested by a client has been forbidden by the server.
Since:
2.0
See Also: