Class WorkflowException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.apache.syncope.core.workflow.api.WorkflowException
All Implemented Interfaces:
Serializable

public class WorkflowException extends RuntimeException
Wrapper for all workflow related exceptions. Original exceptions will depend on UserWorkflowAdapter implementation.
See Also:
  • Constructor Details

    • WorkflowException

      public WorkflowException(String message)
    • WorkflowException

      public WorkflowException(Throwable cause)
      Return a new instance wrapping the original workflow exception.
      Parameters:
      cause - original workflow exception
    • WorkflowException

      public WorkflowException(String message, Throwable cause)
      Return a new instance wrapping the original workflow exception, additionally providing a local message.
      Parameters:
      message - local message
      cause - original workflow exception