Class TaskException

java.lang.Object
java.lang.Throwable
java.lang.Exception
com.atlassian.bamboo.task.TaskException
All Implemented Interfaces:
Serializable

@PublicApi public class TaskException extends Exception
When thrown indicates a problem with the execution of a TaskType
Since:
3.1
See Also:
  • Constructor Details

    • TaskException

      public TaskException(String message)
    • TaskException

      public TaskException(String message, Throwable cause)