Class BusinessException

    • Constructor Detail

      • BusinessException

        public BusinessException()
      • BusinessException

        public BusinessException​(Throwable cause)
      • BusinessException

        public BusinessException​(String detail)
        Parameters:
        detail - exception detail
      • BusinessException

        public BusinessException​(String summary,
                                 String detail)
        Parameters:
        summary - exception summary
        detail - exception detail
      • BusinessException

        public BusinessException​(String summary,
                                 jakarta.faces.application.FacesMessage.Severity severity)
        Parameters:
        summary - exception summary
        severity - Faces message severity
      • BusinessException

        public BusinessException​(String summary,
                                 jakarta.faces.application.FacesMessage.Severity severity,
                                 String idToFocus)
        Parameters:
        summary - exception summary
        severity - Faces message severity
        idToFocus - view component id to scroll to when exception occurs
      • BusinessException

        public BusinessException​(String summary,
                                 String detail,
                                 String idToFocus)
        Parameters:
        summary - exception summary
        detail - exception detail
        idToFocus - view component id to scroll to when exception occurs
      • BusinessException

        public BusinessException​(String summary,
                                 String detail,
                                 jakarta.faces.application.FacesMessage.Severity severity)
        Parameters:
        summary - exception summary
        detail - exception detail
        severity - Faces message severity