Class NotFoundException

  • All Implemented Interfaces:
    Serializable

    public class NotFoundException
    extends RestException

    Exception is thrown if the task has been canceled and therefore does not exist anymore

    Author:
    Tassilo Weidner
    See Also:
    Serialized Form
    • Constructor Detail

      • NotFoundException

        public NotFoundException​(String message,
                                 RestException restException)