Unable to perform the specified operation because another operation is already in progress affecting an an element in this activity.
333435363738394041
// marshaller understands. String errorCode = parseErrorCode(node); if (errorCode == null || !errorCode.equals("OperationInProgressFailure")) return null; OperationInProgressException e = (OperationInProgressException)super.unmarshall(node); return e; }