public class WorkflowServiceErrorException extends RuntimeException
| Constructor and Description |
|---|
WorkflowServiceErrorException(String message) |
WorkflowServiceErrorException(String msg,
Collection errors) |
WorkflowServiceErrorException(String message,
Throwable throwable) |
WorkflowServiceErrorException(String msg,
Throwable t,
WorkflowServiceError error) |
WorkflowServiceErrorException(String msg,
WorkflowServiceError error) |
| Modifier and Type | Method and Description |
|---|---|
Collection |
getServiceErrors() |
void |
setServiceErrors(Collection serviceErrors) |
String |
toString() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTracepublic WorkflowServiceErrorException(String message)
public WorkflowServiceErrorException(String message, Throwable throwable)
public WorkflowServiceErrorException(String msg, WorkflowServiceError error)
public WorkflowServiceErrorException(String msg, Throwable t, WorkflowServiceError error)
public WorkflowServiceErrorException(String msg, Collection errors)
public Collection getServiceErrors()
public void setServiceErrors(Collection serviceErrors)
Copyright © 2005–2014 The Kuali Foundation. All rights reserved.