Indicates that the action failed, and the message could not be sent. Check the error stack for more information about what caused the error.
333435363738394041
// marshaller understands. String errorCode = parseErrorCode(node); if (errorCode == null || !errorCode.equals("MessageRejected")) return null; MessageRejectedException e = (MessageRejectedException)super.unmarshall(node); return e; }