Class TraceInformation.Info
java.lang.Object
org.jboss.marshalling.TraceInformation.Info
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
TraceInformation.ClassInfo, TraceInformation.FieldInfo, TraceInformation.IncompleteObjectInfo, TraceInformation.IndexInfo, TraceInformation.MethodInfo, TraceInformation.ObjectInfo, TraceInformation.UserInfo
- Enclosing class:
TraceInformation
Information about the circumstances surrounding (un)marshalling.
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetCause()final StringtoString()protected voidtoString(StringBuilder builder)
-
Field Details
-
serialVersionUID
private static final long serialVersionUID- See Also:
-
cause
-
-
Constructor Details
-
Info
Info(TraceInformation.Info cause)
-
-
Method Details
-
getCause
-
toString
-
toString
-