Class ProcessTaskAccessDeniedException

All Implemented Interfaces:
Serializable

public class ProcessTaskAccessDeniedException extends ProcessException
Process engine exception that is used to notify that a process task may not be started due to acces restrictions.
Since:
7.1
Author:
Jon van Leuven
See Also:
  • Constructor Details

    • ProcessTaskAccessDeniedException

      public ProcessTaskAccessDeniedException(String message)
      Constructs an exception with a message.
      Parameters:
      message - the message of the exception.