Class StepException

  • All Implemented Interfaces:
    java.io.Serializable
    Direct Known Subclasses:
    NodeStepException

    public class StepException
    extends java.lang.Exception
    StepException is ...
    See Also:
    Serialized Form
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.Map<java.lang.String,​java.lang.Object> getFailureData()  
      FailureReason getFailureReason()  
      • 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

      • StepException

        public StepException​(java.lang.String msg,
                             FailureReason reason)
      • StepException

        public StepException​(java.lang.String msg,
                             FailureReason reason,
                             java.util.Map<java.lang.String,​java.lang.Object> failureData)
      • StepException

        public StepException​(java.lang.Throwable cause,
                             FailureReason reason)
      • StepException

        public StepException​(java.lang.Throwable cause,
                             FailureReason reason,
                             java.util.Map<java.lang.String,​java.lang.Object> failureData)
      • StepException

        public StepException​(java.lang.String msg,
                             java.lang.Throwable cause,
                             FailureReason reason)
      • StepException

        public StepException​(java.lang.String msg,
                             java.lang.Throwable cause,
                             FailureReason reason,
                             java.util.Map<java.lang.String,​java.lang.Object> failureData)
    • Method Detail

      • getFailureData

        public java.util.Map<java.lang.String,​java.lang.Object> getFailureData()