Class ReplayResults.ReplayError

  • Enclosing class:
    ReplayResults

    public class ReplayResults.ReplayError
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      java.lang.Exception exception  
      java.lang.String workflowId  
    • Constructor Summary

      Constructors 
      Constructor Description
      ReplayError​(java.lang.String workflowId, java.lang.Exception exception)  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • workflowId

        public final java.lang.String workflowId
      • exception

        public final java.lang.Exception exception
    • Constructor Detail

      • ReplayError

        public ReplayError​(java.lang.String workflowId,
                           java.lang.Exception exception)