Package ru.slie.luna.issue.workflow
Class WorkflowException
java.lang.Object
java.lang.Throwable
java.lang.Exception
ru.slie.luna.exception.ApplicationException
ru.slie.luna.exception.ValidateException
ru.slie.luna.issue.workflow.WorkflowException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
WorkflowPostfunctionException
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionWorkflowException(String key, String error) WorkflowException(Map<String, String> errors) -
Method Summary
Methods inherited from class ru.slie.luna.exception.ValidateException
addError, addErrors, fillInStackTrace, getErrors, hasErrors, raiseMethods inherited from class java.lang.Throwable
addSuppressed, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
WorkflowException
-
WorkflowException
-