Class CancelledException

java.lang.Object
java.lang.Throwable
java.lang.Exception
gov.nasa.pds.web.ui.utils.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 Details

    • CancelledException

      public CancelledException()