MQJMS_E_DESERIALISE_FAILED

 

public final static java.lang.String

Unable to deserialize an object.
Explanation: Deserialization of an ObjectMessage failed.
User Response: Ensure that the ObjectMessage being received contains valid data. Ensure that the class files representing object data contained within the ObjectMessage are present on the machine deserializing the ObjectMessage. If the object contained within the ObjectMessage references other objects, ensure that these class files are also present.


uj33330_