Class CompositeTaskFailedException

  • All Implemented Interfaces:
    java.io.Serializable

    public class CompositeTaskFailedException
    extends java.lang.RuntimeException
    Exception that gets thrown when multiple Tasks for an activity or sub-orchestration fails with an unhandled exception.

    Detailed information associated with each task failure can be retrieved using the getExceptions() method.

    See Also:
    Serialized Form
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.List<java.lang.Exception> getExceptions()
      Gets a list of exceptions that occurred during execution of a group of Task These exceptions include details of the task failure and exception information
      • 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
    • Method Detail

      • getExceptions

        public java.util.List<java.lang.Exception> getExceptions()
        Gets a list of exceptions that occurred during execution of a group of Task These exceptions include details of the task failure and exception information
        Returns:
        a list of exceptions