Serialized Form
-
Package org.xmpp.component
-
Exception org.xmpp.component.ComponentException
class ComponentException extends Exception implements Serializable- serialVersionUID:
- -4133202596762415887L
-
Serialized Fields
-
streamError
StreamError streamError
-
-
-
Package org.xmpp.packet
-
Class org.xmpp.packet.JID
class JID extends Object implements Serializable- serialVersionUID:
- 8135170608402192877L
-
-
Package org.xmpp.util
-
Class org.xmpp.util.ValueWrapper
class ValueWrapper extends Object implements Serializable- serialVersionUID:
- 3685221890410462582L
-
Serialized Fields
-
exceptionMessage
String exceptionMessage
Describes the issue that caused the value to be denoted as 'Illegal'. -
representation
ValueWrapper.Representation representation
Indicates how the key that maps to this value can be used to extract the value from the cache entry. -
value
V extends Serializable value
The value that is wrapped.
-
-