Package org.jboss.marshalling
Class TraceInformation.UserInfo
java.lang.Object
org.jboss.marshalling.TraceInformation.Info
org.jboss.marshalling.TraceInformation.UserInfo
- All Implemented Interfaces:
Serializable
- Enclosing class:
TraceInformation
public static final class TraceInformation.UserInfo
extends TraceInformation.Info
implements Serializable
User information.
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.jboss.marshalling.TraceInformation.Info
getCause, toString
-
Field Details
-
serialVersionUID
private static final long serialVersionUID- See Also:
-
data
-
-
Constructor Details
-
UserInfo
UserInfo(TraceInformation.Info cause, Serializable data)
-
-
Method Details
-
toString
- Overrides:
toString
in classTraceInformation.Info
-