Class RequestRejectedException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.springframework.security.web.firewall.RequestRejectedException
All Implemented Interfaces:
Serializable

public class RequestRejectedException extends RuntimeException
Thrown when a request is rejected by the HttpFirewall.
See Also:
  • Constructor Details

    • RequestRejectedException

      public RequestRejectedException(String message)