Class ActivitiIllegalArgumentException

All Implemented Interfaces:
Serializable

public class ActivitiIllegalArgumentException extends ActivitiException
An exception indicating that an illegal argument has been supplied in an Activiti API-call, an illegal value was configured in the engine's configuration or an illegal value has been supplied or an illegal value is used in a process-definition.
See Also:
  • Constructor Details

    • ActivitiIllegalArgumentException

      public ActivitiIllegalArgumentException(String message)
    • ActivitiIllegalArgumentException

      public ActivitiIllegalArgumentException(String message, Throwable cause)