Class CompleteProcessTaskException

  • All Implemented Interfaces:
    Serializable

    public class CompleteProcessTaskException
    extends ProcessException
    This exception is used to indicate a process task could not be completed.
    Since:
    7.1
    Author:
    O. Kerpershoek
    See Also:
    Serialized Form
    • Constructor Detail

      • CompleteProcessTaskException

        public CompleteProcessTaskException​(String message)
        Constructs the exception with a message explaining the cause.
        Parameters:
        message - Message explaining the cause of the exception.