org.kuali.rice.kew.exception
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:
- Serialized Form
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)
getServiceErrors
public Collection getServiceErrors()
setServiceErrors
public void setServiceErrors(Collection serviceErrors)
toString
public String toString()
- Overrides:
toString
in class Throwable
Copyright © 2005-2013 The Kuali Foundation. All Rights Reserved.