Class CancelException

  • All Implemented Interfaces:
    Serializable

    public class CancelException
    extends Exception
    An exception for when work is canceled in eclipse. This version forces every API that uses it to declare it. Use CancelRuntimeException to avoid the need to declare a cancel exception.
    See Also:
    Serialized Form
    • Constructor Detail

      • CancelException

        protected CancelException​(String msg)
      • CancelException

        public CancelException​(Exception cause)