Class CancelledException

  • All Implemented Interfaces:
    java.io.Serializable
    Direct Known Subclasses:
    TimeoutException

    public class CancelledException
    extends UsrException
    CancelledException indicates that the user cancelled the current operation.
    See Also:
    Serialized Form
    • 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

      • CancelledException

        public CancelledException()
        Default constructor. Message indicates 'Operation cancelled'.
      • CancelledException

        public CancelledException​(java.lang.String msg)