Class TaskCancelledException

  • All Implemented Interfaces:
    java.io.Serializable

    public class TaskCancelledException
    extends MsgException
    Exception raised when a task is cancelled.
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      TaskCancelledException()
      Constructs an TaskCancelledException without a detail message.
      TaskCancelledException​(java.lang.String s)
      Constructs an TaskCancelledException with a detail message.
    • Method Summary

      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • TaskCancelledException

        public TaskCancelledException()
        Constructs an TaskCancelledException without a detail message.
      • TaskCancelledException

        public TaskCancelledException​(java.lang.String s)
        Constructs an TaskCancelledException with a detail message.