Class AbandonedTrace.AbandonedObjectException

  • All Implemented Interfaces:
    java.io.Serializable
    Enclosing class:
    AbandonedTrace

    static class AbandonedTrace.AbandonedObjectException
    extends java.lang.Exception
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private long _createdTime  
      private static java.text.SimpleDateFormat format
      Date format
      private static long serialVersionUID  
    • Method Summary

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

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, 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
    • Field Detail

      • format

        private static final java.text.SimpleDateFormat format
        Date format
      • _createdTime

        private final long _createdTime
    • Constructor Detail

      • AbandonedObjectException

        public AbandonedObjectException()
    • Method Detail

      • getMessage

        public java.lang.String getMessage()
        Overrides:
        getMessage in class java.lang.Throwable