Gets the serializable object containing this message's data. The default value is null.
It is important to keep in mind that objects created in .net environment will be deserialized and converted to object only in .net environment. Cross platform serialization/deserialization will not work
| Exception Type | Condition |
|---|---|
| MessageException | if the JMS provider fails to get the object due to some internal error. |
| MessageFormatException | if object deserialization fails. |
| MessageException | if the JMS provider fails to set the object due to some internal error. |
| MessageFormatException | if object serialization fails. |
| MessageNotWriteableException | if the message is in read-only mode. |
IObjectMessage Interface | WebLogic.Messaging Namespace