Class RequestDeniedException

All Implemented Interfaces:
Serializable

public class RequestDeniedException extends TrustBrokerException
Use this exception when we have failures because of input data from network, and we blame the client. Client will see: Access denied with HTTP/403
See Also:
  • Constructor Details

    • RequestDeniedException

      public RequestDeniedException(String internalMessage)
    • RequestDeniedException

      public RequestDeniedException(ErrorCode errorCode, String internalMessage)
    • RequestDeniedException

      public RequestDeniedException(String internalMessage, Throwable exception)
    • RequestDeniedException

      public RequestDeniedException(ErrorCode errorCode, ErrorMarker errorMarker, String internalMessage, Throwable exception)