Class TaskException

  • All Implemented Interfaces:
    Serializable

    @Unstable
    public class TaskException
    extends Exception
    Exception thrown by the Task Application.
    Since:
    3.0
    Version:
    $Id$
    See Also:
    Serialized Form
    • Constructor Detail

      • TaskException

        public TaskException​(String message,
                             Throwable cause)
        Parameters:
        message - the exception message
        cause - the cause of this exception
      • TaskException

        public TaskException​(String message)
        Parameters:
        message - the exception message