* the TestPayload class, thus cause there to be a UnmarshalException to be thrown.
* @throws Exception
*/
public void testUnMarshalException() throws Exception
{
MarshalSessionHome marshalHome = (MarshalSessionHome)getInitialContext().lookup("marshal/MarshallSession");
MarshalSession marshalSession = marshalHome.create();
TestPayload payload = new TestPayload();
try
{
marshalSession.testMethod(payload);