Class EntityProcessStatusImpl.EventLog

    • Field Summary

      Fields 
      Modifier and Type Field Description
      (package private) java.lang.Throwable exception  
      (package private) java.lang.String status  
    • Constructor Summary

      Constructors 
      Constructor Description
      EventLog​(java.lang.String stats, java.lang.Throwable e)  
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • status

        java.lang.String status
      • exception

        java.lang.Throwable exception
    • Constructor Detail

      • EventLog

        public EventLog​(java.lang.String stats,
                        java.lang.Throwable e)