Class ProcessFailureException

    • Constructor Detail

      • ProcessFailureException

        public ProcessFailureException​(String msg)
        Constructor based on the message.
        Parameters:
        msg -
      • ProcessFailureException

        public ProcessFailureException​(Throwable cause)
        Constructor based on the message and cause.
        Parameters:
        cause -
      • ProcessFailureException

        public ProcessFailureException​(String msg,
                                       Throwable cause)
        Constructor based on the message and cause.
        Parameters:
        msg -
        cause -
      • ProcessFailureException

        public ProcessFailureException​(String msg,
                                       List<org.eclipse.core.runtime.IStatus> statuses)
        Constructor based on the message and causes.
        Parameters:
        msg -
        statuses -
      • ProcessFailureException

        public ProcessFailureException​(String msg,
                                       Throwable cause,
                                       List<org.eclipse.core.runtime.IStatus> statuses)
    • Method Detail

      • getStatuses

        public List<org.eclipse.core.runtime.IStatus> getStatuses()
        Returns the Statuses.
        Returns:
        List, contains the IStatus.