Class TraceInformation.ObjectInfo

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

    public static final class TraceInformation.ObjectInfo
    extends TraceInformation.Info
    implements java.io.Serializable
    Information about an object which was being (un-)marshalled at the time an exception occurred.
    See Also:
    Serialized Form
    • Field Detail

      • targetClassName

        private final java.lang.String targetClassName
      • targetHashCode

        private final int targetHashCode
    • Constructor Detail

      • ObjectInfo

        ObjectInfo​(TraceInformation.Info cause,
                   java.lang.String targetClassName,
                   int targetHashCode)
    • Method Detail

      • getTargetClassName

        public java.lang.String getTargetClassName()
      • getTargetHashCode

        public int getTargetHashCode()