Class FatalStepExecutionException

    • Constructor Summary

      Constructors 
      ConstructorDescription
      FatalStepExecutionException​(java.lang.String msg, java.lang.Throwable nested) 
    • Method Summary

      • 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

      • FatalStepExecutionException

        public FatalStepExecutionException​(java.lang.String msg,
                                           java.lang.Throwable nested)
        Parameters:
        msg - the message to send to the caller
        nested - the cause of this exception