Class NotActivatedException

All Implemented Interfaces:
Serializable

public class NotActivatedException extends AppException
This type of exception is used when an active process control element (task/case etc.) is requested, but was not activated.
Since:
7.1
Author:
Jon van Leuven
See Also:
  • Constructor Details

    • NotActivatedException

      public NotActivatedException(String message)
      Constructs the exception with an exception message.
      Parameters:
      message - The exception message.
    • NotActivatedException

      public NotActivatedException(String message, Throwable cause)
      Constructs the exception with an exception message and cause.
      Parameters:
      message - The exception message.
      cause - The exception that is the cause of this exception.