Class ForbiddenException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.apache.druid.server.security.ForbiddenException
All Implemented Interfaces:
Serializable, SanitizableException

public class ForbiddenException extends RuntimeException implements SanitizableException
Throw this when a request is unauthorized and we want to send a 403 response back, Jersey exception mapper will take care of sending the response.
See Also: