Class Info

    • Field Summary

      Fields 
      Modifier and Type Field Description
      java.lang.String stack
      A printout of the stack trace which represents the code stack when the event was created.
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      protected Info​(java.lang.String stack)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String toString()  
      • Methods inherited from class java.lang.Object

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

      • stack

        public final java.lang.String stack
        A printout of the stack trace which represents the code stack when the event was created. Useful for debugging purposes and identifying orphaned connections and statements.
    • Constructor Detail

      • Info

        protected Info​(java.lang.String stack)
    • Method Detail

      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object