Package gov.nasa.pds.web.ui.utils
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 Summary
Constructors Constructor Description CancelledException()
-
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
CancelledException
public CancelledException()
-