Class WorkflowServiceErrorException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.kuali.rice.kew.exception.WorkflowServiceErrorException
All Implemented Interfaces:
Serializable

public class WorkflowServiceErrorException extends RuntimeException
RuntimeException thrown from Service level classes when business rule validation fails. This exception is caught by StrutsExceptionHandler. If any service errors have been set on in the serviceErrors collection these are stripped off of the exception put into ActionMessages in the Error que and the request is directed back to the original ActionMapping input page.
See Also:
  • Constructor Details

    • WorkflowServiceErrorException

      public WorkflowServiceErrorException(String message)
    • WorkflowServiceErrorException

      public WorkflowServiceErrorException(String message, Throwable throwable)
    • WorkflowServiceErrorException

      public WorkflowServiceErrorException(String msg, WorkflowServiceError error)
    • WorkflowServiceErrorException

      public WorkflowServiceErrorException(String msg, Throwable t, WorkflowServiceError error)
    • WorkflowServiceErrorException

      public WorkflowServiceErrorException(String msg, Collection errors)
    • WorkflowServiceErrorException

      public WorkflowServiceErrorException(String msg, Throwable t, Collection errors)
  • Method Details