Class CancelledException

  • All Implemented Interfaces:
    Serializable

    public class CancelledException
    extends Exception
    Action cancelled event. Used in processes spun off into separate threads so as to inform the launching thread that the process was cancelled.
    Author:
    jagander
    See Also:
    Serialized Form
    • Constructor Detail

      • CancelledException

        public CancelledException()