Class NodeStepException

  • All Implemented Interfaces:
    java.io.Serializable

    public class NodeStepException
    extends StepException
    Represents an exception when executing a node step
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      NodeStepException​(java.lang.String s, FailureReason reason, java.lang.String nodeName)  
      NodeStepException​(java.lang.String s, FailureReason reason, java.util.Map<java.lang.String,​java.lang.Object> failureData, java.lang.String nodeName)  
      NodeStepException​(java.lang.String s, java.lang.Throwable throwable, FailureReason reason, java.lang.String nodeName)  
      NodeStepException​(java.lang.String s, java.lang.Throwable throwable, FailureReason reason, java.util.Map<java.lang.String,​java.lang.Object> failureData, java.lang.String nodeName)  
      NodeStepException​(java.lang.Throwable throwable, FailureReason reason, java.lang.String nodeName)  
      NodeStepException​(java.lang.Throwable throwable, FailureReason reason, java.util.Map<java.lang.String,​java.lang.Object> failureData, java.lang.String nodeName)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getNodeName()  
      • 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
    • Constructor Detail

      • NodeStepException

        public NodeStepException​(java.lang.String s,
                                 FailureReason reason,
                                 java.lang.String nodeName)
      • NodeStepException

        public NodeStepException​(java.lang.String s,
                                 java.lang.Throwable throwable,
                                 FailureReason reason,
                                 java.lang.String nodeName)
      • NodeStepException

        public NodeStepException​(java.lang.Throwable throwable,
                                 FailureReason reason,
                                 java.lang.String nodeName)
      • NodeStepException

        public NodeStepException​(java.lang.String s,
                                 FailureReason reason,
                                 java.util.Map<java.lang.String,​java.lang.Object> failureData,
                                 java.lang.String nodeName)
      • NodeStepException

        public NodeStepException​(java.lang.String s,
                                 java.lang.Throwable throwable,
                                 FailureReason reason,
                                 java.util.Map<java.lang.String,​java.lang.Object> failureData,
                                 java.lang.String nodeName)
      • NodeStepException

        public NodeStepException​(java.lang.Throwable throwable,
                                 FailureReason reason,
                                 java.util.Map<java.lang.String,​java.lang.Object> failureData,
                                 java.lang.String nodeName)
    • Method Detail

      • getNodeName

        public java.lang.String getNodeName()