Package 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
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 Summary
ConstructorsConstructorDescriptionWorkflowServiceErrorException(String message) WorkflowServiceErrorException(String message, Throwable throwable) WorkflowServiceErrorException(String msg, Throwable t, Collection errors) WorkflowServiceErrorException(String msg, Throwable t, WorkflowServiceError error) WorkflowServiceErrorException(String msg, Collection errors) WorkflowServiceErrorException(String msg, WorkflowServiceError error) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace